xmpp_parsers

Module message

Source
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.
BodyAsXmlIterator
Convert a Body into XML events.
BodyFromXmlBuilder
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.
SubjectAsXmlIterator
Convert a Subject into XML events.
SubjectFromXmlBuilder
Build a Subject from XML events.
Thread
A thread identifier, so that other people can specify to which message they are replying.
ThreadAsXmlIterator
Convert a Thread into XML events.
ThreadFromXmlBuilder
Build a Thread from XML events.

Enums§

MessageType
The type of a message.

Traits§

MessagePayload
Should be implemented on every known payload of a <message/>.