Commit 64b5ec41 authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gaston

Refactoring fix.


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@676 b35dd754-fafc-0310-a699-88a17e54d16e
parent 7471c4da
......@@ -447,7 +447,7 @@ public class MUCUserImpl implements MUCUser {
Element frag = presence.getChildElement("x",
"http://jabber.org/protocol/muc#user");
frag.element("item").addAttribute("nick", resource);
frag.element("status").addAttribute("code", "303");
frag.addElement("status").addAttribute("code", "303");
role.getChatRoom().send(presence);
// Send availability presence for the new nickname
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment