Sha256: 37ac0746a6d5b9f93ae9230145e0615d8b92ee4b0b84c4904a576869bf579629
Contents?: true
Size: 499 Bytes
Versions: 33
Compression:
Stored size: 499 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/muc/item' module Jabber module MUC class IqQueryMUCAdminItem < MUC::UserItem name_xmlns 'item', 'http://jabber.org/protocol/muc#admin' def initialize(affiliation=nil, role=nil, jid=nil) super() set_affiliation(affiliation) set_role(role) set_jid(jid) end end end end
Version data entries
33 entries across 33 versions & 13 rubygems