class XMPP::Stanza::Bind

Overview

Resource binding Bind is an IQ payload used during session negotiation to bind user resource to the current XMPP stream. Reference: https://tools.ietf.org/html/rfc6120#section-7

Included Modules

Defined in:

Constructors

Class Method Summary

Instance Method Summary

Instance methods inherited from module XMPP::Stanza::IQPayload

namespace : String namespace

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 : XMLName #

Instance Method Detail

def jid : String #

def jid=(jid : String) #

def name : String #

def namespace : String #

def resource : String #

def resource=(resource : String) #

def to_xml(elem : XML::Builder) #