class
XMPP::Stanza::SASL2Authenticate
- XMPP::Stanza::SASL2Authenticate
- Reference
- Object
Overview
SASL2 Authenticate - XEP-0388 with XEP-0480 upgrade support
Included Modules
Defined in:
xmpp/stanza/sasl_upgrade.crConstructors
- .new(node : XML::Node)
- .new(mechanism : String = "", initial_response : String = "", user_agent : Nil | XMPP::Stanza::SASL2UserAgent = nil, upgrades : Array(String) = Array(String).new)
Class Method Summary
Instance Method Summary
- #initial_response : String
- #initial_response=(initial_response : String)
- #mechanism : String
- #mechanism=(mechanism : String)
- #name : String
- #to_xml(xml : XML::Builder)
- #upgrades : Array(String)
- #upgrades=(upgrades : Array(String))
- #user_agent : SASL2UserAgent | Nil
- #user_agent=(user_agent : SASL2UserAgent | Nil)
Instance methods inherited from module XMPP::Stanza::Packet
name : String
name,
to_xml(xml : XML::Builder)to_xml : String to_xml
Constructor Detail
def self.new(mechanism : String = "", initial_response : String = "", user_agent : Nil | XMPP::Stanza::SASL2UserAgent = nil, upgrades : Array(String) = Array(String).new)
#