class XMPP::Stanza::SASLAuth

Overview

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

Included Modules

Defined in:

Constructors

Class Method Summary

Instance Method Summary

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(node : XML::Node) #

def self.new(mechanism = "", body = "") #

Class Method Detail

def self.xml_name : XMLName #

Instance Method Detail

def body : String #

def body=(body : String) #

def mechanism : String #

def mechanism=(mechanism : String) #

def name : String #

def to_xml(elem : XML::Builder) #