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