xmpp_parsers

Module bind2

Source
Expand description

XEP-0386: Bind 2

Structs§

BindFeature
Represents the <bind/> element, as sent by the server in SASL 2 to advertise which features can be enabled during the binding step.
BindFeatureAsXmlIterator
Convert a BindFeature into XML events.
BindFeatureFromXmlBuilder
Build a BindFeature from XML events.
BindQuery
Represents a <bind/> element, as sent by the client inline in the <authenticate/> SASL 2 element, to perform the binding at the same time as the authentication.
BindQueryAsXmlIterator
Convert a BindQuery into XML events.
BindQueryFromXmlBuilder
Build a BindQuery from XML events.
Bound
Represents a <bound/> element, which tells the client its resource is bound, alongside other requests.
BoundAsXmlIterator
Convert a Bound into XML events.
BoundFromXmlBuilder
Build a Bound from XML events.