[][src]Module xmpp_parsers::message

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.

Subject

Defines the subject of a room, or of an email-like normal message.

Thread

A thread identifier, so that other people can specify to which message they are replying.

Message

The main structure representing the <message/> stanza.

Enums

MessageType

The type of a message.

Traits

MessagePayload

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