lib/blather/stanza/message/muc_user.rb in blather-0.6.2 vs lib/blather/stanza/message/muc_user.rb in blather-0.7.0
- old
+ new
@@ -5,9 +5,11 @@
class Message
class MUCUser < Message
include Blather::Stanza::MUC::MUCUserBase
+ register :muc_user_message, :x, "http://jabber.org/protocol/muc#user"
+
def self.new(to = nil, body = nil, type = :normal)
super
end
def invite?