class XMPP::Stanza::SASL2UserAgent

Overview

XEP-0480: SASL Upgrade Tasks SASL2 User Agent - XEP-0388

Defined in:

xmpp/stanza/sasl_upgrade.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(id : String = "", software : String = "", device : String = "") #

[View source]

Instance Method Detail

def device : String #

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

[View source]
def id : String #

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

[View source]
def software : String #

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

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

[View source]