class

XMPP::Stanza::MAMResult

Inherits XMPP::Stanza::MsgExtension / XMPP::Stanza::Extension / XMPP::Stanza::Packet / Reference / Object

MAMResult is the message payload carrying one archived message, streamed by the server in response to a MAM query. It wraps the original stanza in a Forwarded element (XEP-0297) so the recipient, timestamp, and content are preserved.

Constructors

new(xml : String)
Source
new(node : XML::Node)
Source

Class methods

xml_name
Source

Instance methods

forwarded
Source
forwarded=(forwarded : Forwarded | Nil)
Source
id=(id : String)
Source
name
Source
queryid
Source
queryid=(queryid : String)
Source
to_xml(xml : XML::Builder)
Source