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:

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

Class Method Detail

def self.xml_name : String #

Instance Method Detail

def name : String #

def to_xml(xml : XML::Builder) #

def value : Node? #

def value=(value : Node?) #