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.
  • Convert 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.
  • 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 server on SASL success.

Enums§