Module xmpp_parsers::stream_features
source · Expand description
RFC 6120: Extensible Messaging and Presence Protocol (XMPP): Core
Structs§
- Marker for mandatory StartTLS.
- Convert a
RequiredStartTls
into XML events. - Build a
RequiredStartTls
from XML events. - List of supported SASL mechanisms
- Convert a
SaslMechanisms
into XML events. - Build a
SaslMechanisms
from XML events. - 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.