Sha256: 57b3fa4a8f812ecfa1c09d542cc788e043a7fba3d3c09795dc0f2efd75ba04c6
Contents?: true
Size: 337 Bytes
Versions: 1
Compression:
Stored size: 337 Bytes
Contents
# =XMPP4R - XMPP Library for Ruby # License:: Ruby's license (see the LICENSE file) or GNU GPL, at your option. # Website::http://xmpp4r.github.io require 'xmpp4r/x' module Jabber module MUC class IqQueryMUCOwner < IqQuery name_xmlns 'query', 'http://jabber.org/protocol/muc#owner' include XParent end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
xmpp4r-0.5.6 | lib/xmpp4r/muc/iq/mucowner.rb |