class
XMPP::Stanza::MAMResult
Overview
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.
Defined in:
xmpp/stanza/message/mam_result.crConstructors
Class Method Summary
Instance Method Summary
- #forwarded : Forwarded | Nil
- #forwarded=(forwarded : Forwarded | Nil)
- #id : String
- #id=(id : String)
- #name : String
- #queryid : String
- #queryid=(queryid : String)
- #to_xml(xml : XML::Builder)
Instance methods inherited from module XMPP::Stanza::Packet
name : String
name,
to_xml(xml : XML::Builder)to_xml : String to_xml