Expand description
RFC 6120: Extensible Messaging and Presence Protocol (XMPP): Core
Structs§
- Presence
- The main structure representing the
<presence/>
stanza. - Presence
AsXml Iterator - Convert a
Presence
into XML events. - Presence
From XmlBuilder - 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.
- Priority
AsXml Iterator - Convert a
Priority
into XML events. - Priority
From XmlBuilder - 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§
- Presence
Payload - Should be implemented on every known payload of a
<presence/>
.