Module xmpp_parsers::stream_features
source · Expand description
RFC 6120: Extensible Messaging and Presence Protocol (XMPP): Core
Structs§
- Bind is supported.
- Convert a
Bind
into XML events. - Build a
Bind
from XML events. - Marker for mandatory StartTLS.
- Convert a
RequiredStartTls
into XML events. - Build a
RequiredStartTls
from XML events. - The name of a SASL mechanism.
- Convert a
SaslMechanism
into XML events. - Build a
SaslMechanism
from XML events. - List of supported SASL mechanisms
- StartTLS is supported, and may be mandatory.
- Convert a
StartTls
into XML events. - Build a
StartTls
from XML events. - Wraps
<stream:features/>
, usually the very first nonza of a XMPP stream. Indicates which features are supported. - Convert a
StreamFeatures
into XML events. - Build a
StreamFeatures
from XML events.