Sha256: 55bf92544fa1393ab84c961ba8776e226fba2c634d9dcff2f548fb4d6c5884b0
Contents?: true
Size: 551 Bytes
Versions: 18
Compression:
Stored size: 551 Bytes
Contents
# =XMPP4R - XMPP Library for Ruby # License:: Ruby's license (see the LICENSE file) or GNU GPL, at your option. # Website::http://home.gna.org/xmpp4r/ require 'xmpp4r/xmppelement' module Jabber module PubSub ## # Publish # # A <publish> XMPP element, see example 1 in # http://www.xmpp.org/extensions/xep-0060.html#intro-howitworks class Publish < XMPPElement name_xmlns 'publish', NS_PUBSUB ## # return the node for this publication def node attributes['node'] end end end end
Version data entries
18 entries across 18 versions & 7 rubygems