Module presence

Source
Expand description

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

Structs§

Presence
The main structure representing the <presence/> stanza.
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.

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/>.