class XMPP::Stanza::Handshake

Overview

Handshake Stanza Handshake is a stanza used by XMPP components to authenticate on XMPP component port.

Included Modules

Defined in:

xmpp/stanza/component.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

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]

Class Method Detail

def self.xml_name : String #

[View source]

Instance Method Detail

def name : String #

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

[View source]
def value : Node | Nil #

[View source]
def value=(value : Node | Nil) #

[View source]