class XMPP::Stanza::Bind2Request

Overview

Bind 2 request included by a client in its SASL2 authenticate request.

Defined in:

xmpp/stanza/bind2.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(tag : String = "", features : Array(XMPP::Stanza::Node) = Array(Node).new) #

[View source]

Class Method Detail

def self.xml_name : XMLName #

[View source]

Instance Method Detail

def features : Array(Node) #

[View source]
def tag : String #

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

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

[View source]