Sha256: b8a72a85983b16cb962ba9a04eb184ca25a37f4a75c4e993d8d1747fc885359e
Contents?: true
Size: 483 Bytes
Versions: 33
Compression:
Stored size: 483 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/iq' module Jabber module PubSub NS_PUBSUB = 'http://jabber.org/protocol/pubsub' class IqPubSub < XMPPElement name_xmlns 'pubsub', NS_PUBSUB force_xmlns true end class IqPubSubOwner < XMPPElement name_xmlns 'pubsub', NS_PUBSUB + '#owner' force_xmlns true end end end
Version data entries
33 entries across 33 versions & 13 rubygems