Configuration
A <configure> XMPP element for pubsub nodes, see example 123 in www.xmpp.org/extensions/xep-0060.html#owner-create-and-configure
Construct a <configure> element.
node |
|
options |
|
# File lib/xmpp4r/pubsub/children/node_config.rb, line 22 def initialize(node = nil, options = nil) super() self.node = node self.options = options end
Generated with the Darkfish Rdoc Generator 2.