class XMPP::Stanza::MAMFin

Overview

MAMFin is the IQ result payload of a MAM query. complete is true when all matching messages have been streamed; the fin may carry a paging set for further queries.

Included Modules

Defined in:

xmpp/stanza/iq/mam.cr

Constructors

Class Method Summary

Instance Method Summary

Instance methods inherited from module XMPP::Stanza::IQPayload

namespace : String namespace

Instance methods inherited from module XMPP::Stanza::Packet

name : String name, to_xml(xml : XML::Builder)
to_xml : String
to_xml

Constructor Detail

def self.new(xml : String) #

[View source]
def self.new(node : XML::Node) #

[View source]

Class Method Detail

def self.xml_name : XMLName #

[View source]

Instance Method Detail

def complete : Bool #

[View source]
def complete=(complete : Bool) #

[View source]
def name : String #

[View source]
def namespace : String #

[View source]
def stable : Bool #

[View source]
def stable=(stable : Bool) #

[View source]
def to_xml(xml : XML::Builder) #

[View source]