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