class

XMPP::Stanza::Bind

Inherits XMPP::Stanza::IQPayload / XMPP::Stanza::Extension / XMPP::Stanza::Packet / Reference / Object

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

Constructors

new(node : XML::Node)
Source

Class methods

xml_name
Source

Instance methods

jid=(jid : String)
Source
name
Source
namespace
Source
resource
Source
resource=(resource : String)
Source
to_xml(xml : XML::Builder)
Source