class XMPP::Stanza::Bind
- XMPP::Stanza::Bind
- XMPP::Stanza::Extension
- Reference
- Object
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:
xmpp/stanza/sasl_auth.crConstructors
Class Method Summary
Instance Method Summary
- #jid : String
- #jid=(jid : String)
- #name : String
- #namespace : String
- #resource : String
- #resource=(resource : String)
- #to_xml(elem : XML::Builder)
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