XMPP::Stanza::MAMQuery
Inherits XMPP::Stanza::IQPayload / XMPP::Stanza::Extension / XMPP::Stanza::Packet / Reference / Object
MAMQuery implements the IQ payload of XEP-0313 - Message Archive Management.
A query requests archived messages, optionally filtered by the chat partner (with), a time range (start/end), and paged via RSM (max/after). The filter is expressed as a jabber:x:data submit form; paging as a jabber:iq:rsm set. The server answers the IQ with a MAMFin and streams the archived messages as Message stanzas carrying MAMResult payloads.
Constructors
Class methods
xml_name
SourceInstance methods
after
Sourcefinish
Sourcemax
Sourcename
Sourcenamespace
Sourcequeryid
Sourcestart
Sourceto_xml(xml : XML::Builder)
Sourcewith_jid
Source