class XMPP::Stanza::SASL2Authentication

Overview

XEP-0388: Extensible SASL Profile (SASL2) SASL2 Authentication feature in stream features

Defined in:

xmpp/stanza/stream/sasl2_authentication.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 inline_features : Array(Node) #

[View source]
def inline_features=(inline_features : Array(Node)) #

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

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

[View source]
def supports_inline?(namespace : String) : Bool #

Check if inline feature is supported


[View source]
def supports_mechanism?(mechanism : String) : Bool #

Check if a specific mechanism is supported


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

[View source]