Expand description
XEP-0484: Fast Authentication Streamlining Tokens
Structsยง
- Fast
Query - This is the
<fast/>
element sent by the server as a SASL2 inline feature. - Fast
Response - This is the
<fast/>
element the client MUST include within its SASL2 authentication request. - Mechanism
- A
<mechanism/>
element, describing one mechanism allowed by the server to authenticate. - Request
Token - This is the
<request-token/>
element sent by the client in the SASL2 authenticate step. - Token
- This is the
<token/>
element sent by the server on successful SASL2 authentication containing a<request-token/>
element.