class XMPP::Stanza::SASL2Next

Overview

SASL2 Next - Client initiates 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]
def self.new(task : String = "") #

[View source]

Class Method Detail

def self.xml_name : XMLName #

[View source]

Instance Method Detail

def name : String #

[View source]
def task : String #

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

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

[View source]