Sha256: e6a1cf89a16cccb65614e642dcf93734e620ba3fc473a1b71a7d77f58483d254
Contents?: true
Size: 484 Bytes
Versions: 1
Compression:
Stored size: 484 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
xmpp4r-0.3.2 | lib/xmpp4r/pubsub/iq/pubsub.rb |