Module xmpp_parsers::bind
source · Expand description
RFC 6120: Extensible Messaging and Presence Protocol (XMPP): Core
Structs§
- The bind feature exposed in stream:features.
- Convert a
BindFeature
into XML events. - Build a
BindFeature
from XML events. - 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.
- Convert a
BindQuery
into XML events. - Build a
BindQuery
from XML events. - The response for resource binding, containing the client’s full JID.
- Convert a
BindResponse
into XML events. - Build a
BindResponse
from XML events. - Notes that bind is required.
- Convert a
Required
into XML events. - Build a
Required
from XML events.