xmpp_parsers

Module fast

Source
Expand description

XEP-0484: Fast Authentication Streamlining Tokens

Structsยง

FastQuery
This is the <fast/> element sent by the server as a SASL2 inline feature.
FastQueryAsXmlIterator
Convert a FastQuery into XML events.
FastQueryFromXmlBuilder
Build a FastQuery from XML events.
FastResponse
This is the <fast/> element the client MUST include within its SASL2 authentication request.
FastResponseAsXmlIterator
Convert a FastResponse into XML events.
FastResponseFromXmlBuilder
Build a FastResponse from XML events.
Mechanism
A <mechanism/> element, describing one mechanism allowed by the server to authenticate.
MechanismAsXmlIterator
Convert a Mechanism into XML events.
MechanismFromXmlBuilder
Build a Mechanism from XML events.
RequestToken
This is the <request-token/> element sent by the client in the SASL2 authenticate step.
RequestTokenAsXmlIterator
Convert a RequestToken into XML events.
RequestTokenFromXmlBuilder
Build a RequestToken from XML events.
Token
This is the <token/> element sent by the server on successful SASL2 authentication containing a <request-token/> element.
TokenAsXmlIterator
Convert a Token into XML events.
TokenFromXmlBuilder
Build a Token from XML events.