class XMPP::Stanza::SASLChannelBinding

Overview

XEP-0440: SASL Channel-Binding Type Capability

Defined in:

xmpp/stanza/stream/sasl_channel_binding.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 supports?(type : String) : Bool #

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

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

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

[View source]