xmpp_parsers

Module bind

Source
Expand description

RFC 6120: Extensible Messaging and Presence Protocol (XMPP): Core

Structs§

BindFeature
The bind feature exposed in stream:features.
BindFeatureAsXmlIterator
Convert a BindFeature into XML events.
BindFeatureFromXmlBuilder
Build a BindFeature from XML events.
BindQuery
The request for resource binding, which is the process by which a client can obtain a full JID and start exchanging on the XMPP network.
BindQueryAsXmlIterator
Convert a BindQuery into XML events.
BindQueryFromXmlBuilder
Build a BindQuery from XML events.
BindResponse
The response for resource binding, containing the client’s full JID.
BindResponseAsXmlIterator
Convert a BindResponse into XML events.
BindResponseFromXmlBuilder
Build a BindResponse from XML events.
Required
Notes that bind is required.
RequiredAsXmlIterator
Convert a Required into XML events.
RequiredFromXmlBuilder
Build a Required from XML events.