class XMPP::Stanza::SASLFailure

Overview

SASLFailure

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

Constructor Detail

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

Class Method Detail

def self.xml_name : XMLName #

Instance Method Detail

def any : Nodes? #

def any=(any : Nodes?) #

def name : String #

def reason : String #

def reason=(reason : String) #

def to_xml(elem : XML::Builder) #

def type : String #

def type=(type : String) #