xmpp_parsers

Module presence

Source
Expand description

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

Structs§

Presence
The main structure representing the <presence/> stanza.
PresenceAsXmlIterator
Convert a Presence into XML events.
PresenceFromXmlBuilder
Build a Presence from XML events.
Priority
Priority of this presence. This value can go from -128 to 127, defaults to 0, and any negative value will prevent this resource from receiving messages addressed to the bare JID.
PriorityAsXmlIterator
Convert a Priority into XML events.
PriorityFromXmlBuilder
Build a Priority from XML events.

Enums§

Show
Specifies the availability of an entity or resource.
Type
Accepted values for the ‘type’ attribute of a presence.

Traits§

PresencePayload
Should be implemented on every known payload of a <presence/>.