Expand description
RFC 6120: Extensible Messaging and Presence Protocol (XMPP): Core
Structs§
- The main structure representing the
<presence/>
stanza. - Convert a
Presence
into XML events. - Build a
Presence
from XML events. - 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.
- Convert a
Priority
into XML events. - Build a
Priority
from XML events.
Enums§
- Specifies the availability of an entity or resource.
- Accepted values for the ‘type’ attribute of a presence.
Traits§
- Should be implemented on every known payload of a
<presence/>
.