Expand description
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.
- Abort
AsXml Iterator - Convert a
Abort
into XML events. - Abort
From XmlBuilder - Build a
Abort
from XML events. - Auth
- The first step of the SASL process, selecting the mechanism and sending the first part of the handshake.
- Auth
AsXml Iterator - Convert a
Auth
into XML events. - Auth
From XmlBuilder - Build a
Auth
from XML events. - Challenge
- In case the mechanism selected at the auth step requires a second step, the server sends this element with additional data.
- Challenge
AsXml Iterator - Convert a
Challenge
into XML events. - Challenge
From XmlBuilder - Build a
Challenge
from XML events. - Defined
Condition AsXml Iterator - Convert a
DefinedCondition
into XML events. - Defined
Condition From XmlBuilder - Build a
DefinedCondition
from XML events. - Failure
- Sent by the server on SASL failure.
- Failure
AsXml Iterator - Convert a
Failure
into XML events. - Failure
From XmlBuilder - Build a
Failure
from XML events. - Nonza
AsXml Iterator - Convert a
Nonza
into XML events. - Nonza
From XmlBuilder - Build a
Nonza
from XML events. - 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.
- Response
AsXml Iterator - Convert a
Response
into XML events. - Response
From XmlBuilder - Build a
Response
from XML events. - Success
- Sent by the server on SASL success.
- Success
AsXml Iterator - Convert a
Success
into XML events. - Success
From XmlBuilder - Build a
Success
from XML events.
Enums§
- Defined
Condition - List of possible failure conditions for SASL.
- Mechanism
- The list of available SASL mechanisms.
- Nonza
- Enum which allows parsing/serialising any SASL element.