xmpp_parsers

Module sasl

Source
Expand description

RFC 6120: Extensible Messaging and Presence Protocol (XMPP): Core

Structs§

Abort
Sent by the client at any point after auth if it wants to cancel the current authentication process.
AbortAsXmlIterator
Convert a Abort into XML events.
AbortFromXmlBuilder
Build a Abort from XML events.
Auth
The first step of the SASL process, selecting the mechanism and sending the first part of the handshake.
AuthAsXmlIterator
Convert a Auth into XML events.
AuthFromXmlBuilder
Build a Auth from XML events.
Challenge
In case the mechanism selected at the auth step requires a second step, the server sends this element with additional data.
ChallengeAsXmlIterator
Convert a Challenge into XML events.
ChallengeFromXmlBuilder
Build a Challenge from XML events.
DefinedConditionAsXmlIterator
Convert a DefinedCondition into XML events.
DefinedConditionFromXmlBuilder
Build a DefinedCondition from XML events.
Failure
Sent by the server on SASL failure.
FailureAsXmlIterator
Convert a Failure into XML events.
FailureFromXmlBuilder
Build a Failure from XML events.
NonzaAsXmlIterator
Convert a Nonza into XML events.
NonzaFromXmlBuilder
Build a Nonza from XML events.
Response
In case the mechanism selected at the auth step requires a second step, this contains the client’s response to the server’s challenge.
ResponseAsXmlIterator
Convert a Response into XML events.
ResponseFromXmlBuilder
Build a Response from XML events.
Success
Sent by the server on SASL success.
SuccessAsXmlIterator
Convert a Success into XML events.
SuccessFromXmlBuilder
Build a Success from XML events.

Enums§

DefinedCondition
List of possible failure conditions for SASL.
Mechanism
The list of available SASL mechanisms.
Nonza
Enum which allows parsing/serialising any SASL element.