Expand description
RFC 6120: Extensible Messaging and Presence Protocol (XMPP): Core
Structs§
- IqHeader
- Metadata of an IQ stanza.
Enums§
Traits§
- IqGet
Payload - Should be implemented on every known payload of an
<iq type='get'/>
. - IqResult
Payload - Should be implemented on every known payload of an
<iq type='result'/>
. - IqSet
Payload - Should be implemented on every known payload of an
<iq type='set'/>
.