class
XMPP::Stanza::SASLAuth
- XMPP::Stanza::SASLAuth
- Reference
- Object
Overview
SASLAuth implements SASL Authentication initiation. Reference: https://tools.ietf.org/html/rfc6120#section-6.4.2 XEP-0388: Extensible SASL Profile
Included Modules
Defined in:
xmpp/stanza/sasl_auth.crConstructors
- .new(node : XML::Node)
- .new(mechanism : String = "", body : String = "", initial_response : String = "")
Class Method Summary
Instance Method Summary
- #body : String
- #body=(body : String)
-
#initial_response : String
XEP-0388: Initial response can be in child element
-
#initial_response=(initial_response : String)
XEP-0388: Initial response can be in child element
- #mechanism : String
- #mechanism=(mechanism : String)
- #name : String
- #to_xml(xml : XML::Builder)
Instance methods inherited from module XMPP::Stanza::Packet
name : String
name,
to_xml(xml : XML::Builder)to_xml : String to_xml
Constructor Detail
Class Method Detail
Instance Method Detail
def initial_response=(initial_response : String)
#
XEP-0388: Initial response can be in child element