class XMPP::Stanza::Error

Overview

Message Packet XMPP Errors Error is an XMPP stanza payload that is used to report error on message, presence or iq stanza. It is intended to be added in the payload of the erroneous stanza.

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

Constructor Detail

def self.new(xml : String) #

def self.new(node : XML::Node) #

Class Method Detail

def self.xml_name : String #

Instance Method Detail

def code : Int32 #

def code=(code : Int32) #

def name : String #

def reason : String #

def reason=(reason : String) #

def text : String #

def text=(text : String) #

def to_xml(elem : XML::Builder) #

def type : String #

def type=(type : String) #