Module xmpp_parsers::fast
source · Expand description
XEP-0484: Fast Authentication Streamlining Tokens
Structs§
- This is the
<fast/>
element sent by the server as a SASL2 inline feature. - This is the
<fast/>
element the client MUST include within its SASL2 authentication request. - Convert a
FastResponse
into XML events. - Build a
FastResponse
from XML events. - A
<mechanism/>
element, describing one mechanism allowed by the server to authenticate. - Convert a
Mechanism
into XML events. - Build a
Mechanism
from XML events. - This is the
<request-token/>
element sent by the client in the SASL2 authenticate step. - Convert a
RequestToken
into XML events. - Build a
RequestToken
from XML events. - This is the
<token/>
element sent by the server on successful SASL2 authentication containing a<request-token/>
element. - Convert a
Token
into XML events. - Build a
Token
from XML events.
Enums§
- Whether TLS zero-roundtrip is possible.