class XMPP::Stanza::SASL2Authenticate

Overview

SASL2 Authenticate - XEP-0388 with XEP-0480 upgrade support

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]
def self.new(mechanism : String = "", initial_response : String = "", user_agent : Nil | XMPP::Stanza::SASL2UserAgent = nil, upgrades : Array(String) = Array(String).new) #

[View source]

Class Method Detail

def self.xml_name : XMLName #

[View source]

Instance Method Detail

def initial_response : String #

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

[View source]
def mechanism : String #

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

[View source]
def name : String #

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

[View source]
def upgrades : Array(String) #

[View source]
def upgrades=(upgrades : Array(String)) #

[View source]
def user_agent : SASL2UserAgent | Nil #

[View source]
def user_agent=(user_agent : SASL2UserAgent | Nil) #

[View source]