class

XMPP::Stanza::SASLAuth

Inherits XMPP::Stanza::Packet / Reference / Object

SASLAuth implements SASL Authentication initiation. Reference: https://tools.ietf.org/html/rfc6120#section-6.4.2 XEP-0388: Extensible SASL Profile

Constructors

new(node : XML::Node)
Source
new(mechanism : String = "", body : String = "", initial_response : String = "")
Source

Class methods

xml_name
Source

Instance methods

body
Source
body=(body : String)
Source
initial_response

XEP-0388: Initial response can be in child element

Source
initial_response=(initial_response : String)

XEP-0388: Initial response can be in child element

Source
mechanism
Source
mechanism=(mechanism : String)
Source
name
Source
to_xml(xml : XML::Builder)
Source