Enum xmpp_parsers::jingle_message::JingleMI
source · pub enum JingleMI {
Propose {
sid: SessionId,
description: Element,
},
Retract(SessionId),
Accept(SessionId),
Proceed(SessionId),
Reject(SessionId),
}
Expand description
Defines a protocol for broadcasting Jingle requests to all of the clients of a user.
Variants§
Propose
Indicates we want to start a Jingle session.
Fields
Retract(SessionId)
Cancels a previously proposed session.
Accept(SessionId)
Accepts a session proposed by the other party.
Proceed(SessionId)
Proceed with a previously proposed session.
Reject(SessionId)
Rejects a session proposed by the other party.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for JingleMI
impl RefUnwindSafe for JingleMI
impl Send for JingleMI
impl Sync for JingleMI
impl Unpin for JingleMI
impl UnwindSafe for JingleMI
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)