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.
- Build a
Abort
from XML events - Decompose a
Abort
into XML events - The first step of the SASL process, selecting the mechanism and sending the first part of the handshake.
- In case the mechanism selected at the auth step requires a second step, the server sends this element with additional data.
- Sent by the server on SASL failure.
- Sent by the server on SASL success.
Enums§
- List of possible failure conditions for SASL.
- The list of available SASL mechanisms.