Expand description
RFC 6120: Extensible Messaging and Presence Protocol (XMPP): Core
Structs§
- Represents one
<body/>
element, that is the free form text content of a message. - Convert a
Body
into XML events. - Build a
Body
from XML events. - The main structure representing the
<message/>
stanza. - Defines the subject of a room, or of an email-like normal message.
- Convert a
Subject
into XML events. - Build a
Subject
from XML events. - A thread identifier, so that other people can specify to which message they are replying.
- Convert a
Thread
into XML events. - Build a
Thread
from XML events.
Enums§
- The type of a message.
Traits§
- Should be implemented on every known payload of a
<message/>
.