Parent

Methods

Class/Module Index [+]

Quicksearch

Jabber::PubSub::NodeConfig

NodeConfig

A <configure> XMPP element for pubsub nodes, see example 123 in www.xmpp.org/extensions/xep-0060.html#owner-create-and-configure

Public Class Methods

new(node = nil, options = nil) click to toggle source

Construct a <configure> element.

node

String

the node to configure

options

Hash

the configuration to apply

# File lib/xmpp4r/pubsub/children/node_config.rb, line 22
def initialize(node = nil, options = nil)
  super()

  self.node = node
  self.options = options
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.