class XMPP::Stanza::Bind2Feature

Overview

XEP-0386 Bind 2 feature advertised within the SASL2 inline element.

Defined in:

xmpp/stanza/bind2.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

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

[View source]

Class Method Detail

def self.xml_name : XMLName #

[View source]

Instance Method Detail

def features : Array(String) #

[View source]
def supports?(feature : String) : Bool #

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

[View source]