Class | Jabber::XMuc |
In: |
lib/xmpp4r/x/muc.rb
|
Parent: | X |
Class for <x/> elements with namespace jabber.org/protocol/muc
See JEP-0058 for details
Initialize an <x/> element and set namespace to jabber.org/protocol/muc
# File lib/xmpp4r/x/muc.rb, line 19 19: def initialize 20: super 21: add_namespace('http://jabber.org/protocol/muc') 22: end