Expand description
RFC 6120: Extensible Messaging and Presence Protocol (XMPP): Core
Structs§
- Id
- Id field in a
Message
, if any. - Lang
- Wrapper type to represent an optional
xml:lang
attribute. - Message
- The main structure representing the
<message/>
stanza. - Thread
- Threading meta-information.
Enums§
- Message
Type - The type of a message.
Traits§
- Message
Payload - Should be implemented on every known payload of a
<message/>
.