class XMPP::Stanza::Error
- XMPP::Stanza::Error
- XMPP::Stanza::Extension
- Reference
- Object
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:
xmpp/stanza/error.crConstructors
Class Method Summary
Instance Method Summary
- #code : Int32
- #code=(code : Int32)
- #name : String
- #reason : String
- #reason=(reason : String)
- #text : String
- #text=(text : String)
- #to_xml(elem : XML::Builder)
- #type : String
- #type=(type : String)
Instance methods inherited from module XMPP::Stanza::Packet
name : String
name,
to_xml(xml : XML::Builder)to_xml : String to_xml