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:

xmpp/stanza/sasl_auth.cr

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) #

[View source]
def self.new(mechanism : String = "", body : String = "") #

[View source]

Class Method Detail

def self.xml_name : XMLName #

[View source]

Instance Method Detail

def body : String #

[View source]
def body=(body : String) #

[View source]
def mechanism : String #

[View source]
def mechanism=(mechanism : String) #

[View source]
def name : String #

[View source]
def to_xml(elem : XML::Builder) #

[View source]