Module xmpp_parsers::iq
source · Expand description
RFC 6120: Extensible Messaging and Presence Protocol (XMPP): Core
Structs
- The main structure representing the
<iq/>
stanza.
Enums
- Represents one of the four possible iq types.
Traits
- Should be implemented on every known payload of an
<iq type='get'/>
. - Should be implemented on every known payload of an
<iq type='result'/>
. - Should be implemented on every known payload of an
<iq type='set'/>
.