Class | Jabber::MUC::XMUC |
In: |
lib/xmpp4r/muc/x/muc.rb
|
Parent: | X |
Class for <x/> elements with namespace jabber.org/protocol/muc
See JEP-0045 for details
Initialize an <x/> element and set namespace to jabber.org/protocol/muc
# File lib/xmpp4r/muc/x/muc.rb, line 19 19: def initialize 20: super 21: add_namespace('http://jabber.org/protocol/muc') 22: end
Text content of the <password/> element
# File lib/xmpp4r/muc/x/muc.rb, line 26 26: def password 27: first_element_text('password') 28: end