[][src]Module xmpp_parsers::sasl

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.

Auth

The first step of the SASL process, selecting the mechanism and sending the first part of the handshake.

Challenge

In case the mechanism selected at the auth step requires a second step, the server sends this element with additional data.

Failure

Sent by the server on SASL failure.

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.

Success

Sent by the server on SASL success.

Enums

DefinedCondition

List of possible failure conditions for SASL.

Mechanism

The list of available SASL mechanisms.