Commit 1e3721ec authored by Alex Mateescu's avatar Alex Mateescu Committed by alexm

OF-454 Added back the change that allows a presence packet to be sent back to...

OF-454 Added back the change that allows a presence packet to be sent back to the originating resource.

git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13746 b35dd754-fafc-0310-a699-88a17e54d16e
parent 7ceedd87
......@@ -623,9 +623,6 @@ public class SessionManager extends BasicModule implements ClusterEventListener
JID searchJID = new JID(originatingResource.getNode(), originatingResource.getDomain(), null);
List<JID> addresses = routingTable.getRoutes(searchJID, null);
for (JID address : addresses) {
if (address.equals(originatingResource)) {
continue;
}
// Send the presence of the session whose presence has changed to
// this other user's session
presence.setTo(address);
......
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