class XMPP::Stanza::SASL2Success

Overview

SASL2 Success - Enhanced with authorization identifier

Included Modules

Defined in:

xmpp/stanza/sasl_upgrade.cr

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) #

[View source]

Class Method Detail

def self.xml_name : XMLName #

[View source]

Instance Method Detail

def authorization_identifier : String #

[View source]
def authorization_identifier=(authorization_identifier : String) #

[View source]
def body : String #

[View source]
def body=(body : String) #

[View source]
def name : String #

[View source]
def to_xml(xml : XML::Builder) #

[View source]