Module xmpp_parsers::message

source ·
Expand description

RFC 6120: Extensible Messaging and Presence Protocol (XMPP): Core

Traits

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

Enums

Structs

  • Represents one <body/> element, that is the free form text content of a message.
  • Defines the subject of a room, or of an email-like normal message.
  • A thread identifier, so that other people can specify to which message they are replying.
  • The main structure representing the <message/> stanza.