Module xmpp_parsers::sasl
source · Expand description
RFC 6120: Extensible Messaging and Presence Protocol (XMPP): Core
Structs§
- Sent by the client at any point after auth if it wants to cancel the current authentication process.
- Convert a
Abort
into XML events. - Build a
Abort
from XML events. - The first step of the SASL process, selecting the mechanism and sending the first part of the handshake.
- Convert a
Auth
into XML events. - Build a
Auth
from XML events. - In case the mechanism selected at the auth step requires a second step, the server sends this element with additional data.
- Convert a
Challenge
into XML events. - Build a
Challenge
from XML events. - Sent by the server on SASL failure.
- Convert a
Response
into XML events. - Build a
Response
from XML events. - Sent by the server on SASL success.
- Convert a
Success
into XML events. - Build a
Success
from XML events.
Enums§
- List of possible failure conditions for SASL.
- The list of available SASL mechanisms.