Commit 949f3a9a authored by Guus der Kinderen's avatar Guus der Kinderen

OF-1033: Should use the correct status code.

parent ee04060b
......@@ -467,7 +467,7 @@ public class MultiUserChatServiceImpl implements Component, MultiUserChatService
final Element item = fragment.addElement( "item" );
item.addAttribute( "affiliation", "none" );
item.addAttribute( "role", "none" );
fragment.addElement( "status" ).addAttribute( "code", "301" );
fragment.addElement( "status" ).addAttribute( "code", "332" );
// Make sure that the presence change for each user is only sent to that user (and not broadcasted in the room)!
role.send( presence );
......
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