Enum xmpp_parsers::jingle::Action
source · pub enum Action {
Show 15 variants
ContentAccept,
ContentAdd,
ContentModify,
ContentReject,
ContentRemove,
DescriptionInfo,
SecurityInfo,
SessionAccept,
SessionInfo,
SessionInitiate,
SessionTerminate,
TransportAccept,
TransportInfo,
TransportReject,
TransportReplace,
}
Expand description
The action attribute.
Variants§
ContentAccept
Accept a content-add action received from another party.
ContentAdd
Add one or more new content definitions to the session.
ContentModify
Change the directionality of media sending.
ContentReject
Reject a content-add action received from another party.
ContentRemove
Remove one or more content definitions from the session.
DescriptionInfo
Exchange information about parameters for an application type.
SecurityInfo
Exchange information about security preconditions.
SessionAccept
Definitively accept a session negotiation.
SessionInfo
Send session-level information, such as a ping or a ringing message.
SessionInitiate
Request negotiation of a new Jingle session.
SessionTerminate
End an existing session.
TransportAccept
Accept a transport-replace action received from another party.
TransportInfo
Exchange transport candidates.
TransportReject
Reject a transport-replace action received from another party.
TransportReplace
Redefine a transport method or replace it with a different method.