class
XMPP::Stanza::SASL2Authentication
- XMPP::Stanza::SASL2Authentication
- Reference
- Object
Overview
XEP-0388: Extensible SASL Profile (SASL2) SASL2 Authentication feature in stream features
Defined in:
xmpp/stanza/stream/sasl2_authentication.crConstructors
Class Method Summary
Instance Method Summary
- #inline_features : Array(Node)
- #inline_features=(inline_features : Array(Node))
- #mechanisms : Array(String)
- #mechanisms=(mechanisms : Array(String))
-
#supports_inline?(namespace : String) : Bool
Check if inline feature is supported
-
#supports_mechanism?(mechanism : String) : Bool
Check if a specific mechanism is supported
- #to_xml(xml : XML::Builder)