Commit bf603d9c authored by Daniel Henninger's avatar Daniel Henninger Committed by dhenninger

Ported JM-1203 from branch.


git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@10260 b35dd754-fafc-0310-a699-88a17e54d16e
parent be24e54a
...@@ -249,7 +249,7 @@ public class RoutingTableImpl extends BasicModule implements RoutingTable, Clust ...@@ -249,7 +249,7 @@ public class RoutingTableImpl extends BasicModule implements RoutingTable, Clust
} }
} }
} }
else if (jid.getDomain().contains(serverName)) { else if (jid.getDomain().contains(serverName) && hasComponentRoute(jid)) {
// Packet sent to component hosted in this server // Packet sent to component hosted in this server
// First check if the component is being hosted in this JVM // First check if the component is being hosted in this JVM
RoutableChannelHandler route = localRoutingTable.getRoute(jid.getDomain()); RoutableChannelHandler route = localRoutingTable.getRoute(jid.getDomain());
......
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