Expand description
RFC 6120: Extensible Messaging and Presence Protocol (XMPP): Core
Structsยง
- Sasl
Mechanisms - List of supported SASL mechanisms
- Sasl
Mechanisms AsXml Iterator - Convert a
SaslMechanisms
into XML events. - Sasl
Mechanisms From XmlBuilder - Build a
SaslMechanisms
from XML events. - Stream
Features - Wraps
<stream:features/>
, usually the very first nonza of a XMPP stream. Indicates which features are supported. - Stream
Features AsXml Iterator - Convert a
StreamFeatures
into XML events. - Stream
Features From XmlBuilder - Build a
StreamFeatures
from XML events.