Sha256: 4dd2fca7e82bb41a07038717369f7ccaff5cbc204271416a7af5a0056fa3804e
Contents?: true
Size: 341 Bytes
Versions: 33
Compression:
Stored size: 341 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/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
33 entries across 33 versions & 13 rubygems