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