class XMPP::Stanza::SMResumed

Overview

Resumed as defined in Stream Management spec Reference: https://xmpp.org/extensions/xep-0198.html#acking

Included Modules

Defined in:

Constructors

Class Method Summary

Instance Method Summary

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

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

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(node : XML::Node) #

Class Method Detail

def self.xml_name : XMLName #

Instance Method Detail

def h : UInt32 #

def h=(h : UInt32) #

def name : String #

def prev_id : String #

def prev_id=(prev_id : String) #

def to_xml(elem : XML::Builder) #