Commit 3b014d02 authored by Tom Evans's avatar Tom Evans Committed by tevans

OF-465: Notify clients when user is kicked from MUC room (Peter Johnson).

git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13637 b35dd754-fafc-0310-a699-88a17e54d16e
parent a7740154
...@@ -2018,6 +2018,9 @@ public class LocalMUCRoom implements MUCRoom { ...@@ -2018,6 +2018,9 @@ public class LocalMUCRoom implements MUCRoom {
// Effectively kick the occupant from the room // Effectively kick the occupant from the room
kickPresence(updatedPresence, actorJID); kickPresence(updatedPresence, actorJID);
//Inform the other occupants that user has been kicked
broadcastPresence(updatedPresence);
} }
return updatedPresence; return updatedPresence;
} }
......
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