Expand description
XEP-0386: Bind 2
Structs§
- Bind
Feature - Represents the
<bind/>
element, as sent by the server in SASL 2 to advertise which features can be enabled during the binding step. - Bind
Feature AsXml Iterator - Convert a
BindFeature
into XML events. - Bind
Feature From XmlBuilder - Build a
BindFeature
from XML events. - Bind
Query - 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. - Bind
Query AsXml Iterator - Convert a
BindQuery
into XML events. - Bind
Query From XmlBuilder - Build a
BindQuery
from XML events. - Bound
- Represents a
<bound/>
element, which tells the client its resource is bound, alongside other requests. - Bound
AsXml Iterator - Convert a
Bound
into XML events. - Bound
From XmlBuilder - Build a
Bound
from XML events.