Module xmpp_parsers::sasl

source ·
Expand description

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

Enums

  • The list of available SASL mechanisms.

Structs

  • 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.
  • In case the mechanism selected at the auth step requires a second step, this contains the client’s response to the server’s challenge.
  • Sent by the client at any point after auth if it wants to cancel the current authentication process.
  • Sent by the server on SASL success.

Enums

Structs

  • Sent by the server on SASL failure.