# HG changeset patch # User Waqas Hussain # Date 1245899050 -18000 # Node ID 9b745496b953056ab9aab7504938ee5606fdc3c4 # Parent 85ec12aec35f0694886471ef4fe9465b4a3a883f stanza_router: Call core_post_stanza from core_route_stanza in place of old routing code diff -r 85ec12aec35f -r 9b745496b953 core/stanza_router.lua --- a/core/stanza_router.lua Thu Jun 25 07:59:04 2009 +0500 +++ b/core/stanza_router.lua Thu Jun 25 08:04:10 2009 +0500 @@ -212,6 +212,7 @@ local host_session = hosts[host] if host_session and host_session.type == "local" then -- old stanza routing code removed + core_post_stanza(origin, stanza); elseif origin.type == "c2s" then -- Remote host local xmlns = stanza.attr.xmlns;