Class: XMPPSimple::Bind
- Inherits:
-
Iq
- Object
- BaseStanza
- Iq
- XMPPSimple::Bind
- Defined in:
- lib/xmpp_simple/stanzas/bind.rb
Constant Summary
Constants inherited from Iq
Class Method Summary collapse
Class Method Details
.create ⇒ Object
3 4 5 6 7 8 |
# File 'lib/xmpp_simple/stanzas/bind.rb', line 3 def self.create super() bind = Nokogiri::XML::Node.new('bind', @node.document) bind.add_namespace(nil, 'urn:ietf:params:xml:ns:xmpp-bind') @node << bind end |