[][src]Module xmpp_parsers::iq

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

Structs

Iq

The main structure representing the <iq/> stanza.

Enums

IqType

Represents one of the four possible iq types.

Traits

IqGetPayload

Should be implemented on every known payload of an <iq type='get'/>.

IqSetPayload

Should be implemented on every known payload of an <iq type='set'/>.

IqResultPayload

Should be implemented on every known payload of an <iq type='result'/>.