class XMPP::Stanza::SASL2Continue

Overview

SASL2 Continue - Server requests upgrade task

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 additional_data : String #

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

[View source]
def name : String #

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

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

[View source]
def text : String #

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

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

[View source]