xmpp_parsers

Module jingle

Source
Expand description

XEP-0166: Jingle

Structs§

Content
Describes a session’s content, there can be multiple content in one session.
ContentAsXmlIterator
Convert a Content into XML events.
ContentFromXmlBuilder
Build a Content from XML events.
ContentId
An unique identifier in a session, referencing a [struct.Content.html](Content element).
DescriptionAsXmlIterator
Convert a Description into XML events.
Jingle
The main Jingle container, to be included in an iq stanza.
JingleAsXmlIterator
Convert a Jingle into XML events.
JingleFromXmlBuilder
Build a Jingle from XML events.
ReasonAsXmlIterator
Convert a Reason into XML events.
ReasonElement
Informs the recipient of something.
ReasonElementAsXmlIterator
Convert a ReasonElement into XML events.
ReasonElementFromXmlBuilder
Build a ReasonElement from XML events.
ReasonFromXmlBuilder
Build a Reason from XML events.
Security
A security element inside a Jingle content, stubbed for now.
SecurityAsXmlIterator
Convert a Security into XML events.
SecurityFromXmlBuilder
Build a Security from XML events.
SessionId
Unique identifier for a session between two JIDs.
TransportAsXmlIterator
Convert a Transport into XML events.

Enums§

Action
The action attribute.
Creator
Which party originally generated the content type.
Description
Enum wrapping all of the various supported descriptions of a Content.
Disposition
How the content definition is to be interpreted by the recipient. The meaning of this attribute matches the “Content-Disposition” header as defined in RFC 2183 and applied to SIP by RFC 3261.
Reason
Lists the possible reasons to be included in a Jingle iq.
Senders
Which parties in the session will be generating content.
Transport
Enum wrapping all of the various supported transports of a Content.