Module iq

Source
Expand description

RFC 6120: Extensible Messaging and Presence Protocol (XMPP): Core

Structs§

IqHeader
Metadata of an IQ stanza.

Enums§

Iq
The main structure representing the <iq/> stanza.
IqPayload
Payload of an IQ stanza, by type.

Traits§

IqGetPayload
Should be implemented on every known payload of an <iq type='get'/>.
IqResultPayload
Should be implemented on every known payload of an <iq type='result'/>.
IqSetPayload
Should be implemented on every known payload of an <iq type='set'/>.