[][src]Module xmpp_parsers::sasl

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

Structs

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.

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.

Abort

Sent by the client at any point after auth if it wants to cancel the current authentication process.

Success

Sent by the server on SASL success.

Failure

Sent by the server on SASL failure.

Enums

Mechanism

The list of available SASL mechanisms.

DefinedCondition

List of possible failure conditions for SASL.