21 22 23 24 25 26 27
# File 'lib/blather/stanza/presence/muc.rb', line 21 def muc unless muc = find_first('ns:x', :ns => MUC.registered_ns) self << (muc = XMPPNode.new('x', self.document)) muc.namespace = self.class.registered_ns end muc end