class

XMPP::Stanza::Error

Inherits XMPP::Stanza::Extension / XMPP::Stanza::Packet / Reference / Object

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.

Constructors

new(xml : String)
Source
new(node : XML::Node)
Source

Class methods

xml_name
Source

Instance methods

code
Source
code=(code : Int32)
Source
name
Source
reason
Source
reason=(reason : String)
Source
text
Source
text=(text : String)
Source
to_xml(xml : XML::Builder)
Source
type
Source
type=(type : String)
Source