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

Methods

new  

Public Class methods

Initialize an <x/> element and set namespace to jabber.org/protocol/muc

[Source]

    # File lib/xmpp4r/x/muc.rb, line 19
19:     def initialize
20:       super
21:       add_namespace('http://jabber.org/protocol/muc')
22:     end

[Validate]