class

XMPP::Stanza::SASL2Authentication

Inherits Reference / Object

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

Constructors

new(node : XML::Node)
Source

Class methods

xml_name
Source

Instance methods

bind2
Source
bind2=(bind2 : Bind2Feature | Nil)
Source
inline_features
Source
inline_features=(inline_features : Array(Node))
Source
mechanisms
Source
mechanisms=(mechanisms : Array(String))
Source
supports_bind2?
Source
supports_inline?(namespace : String) : Bool

Check if inline feature is supported

Source
supports_mechanism?(mechanism : String) : Bool

Check if a specific mechanism is supported

Source
to_xml(xml : XML::Builder)
Source