From b1b3a4052281c385807ab80ce6fe985cb672f2a4 Mon Sep 17 00:00:00 2001 From: Waqas Hussain Date: Thu, 25 Jun 2009 08:04:10 +0500 Subject: stanza_router: Call core_post_stanza from core_route_stanza in place of old routing code --- core/stanza_router.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'core') diff --git a/core/stanza_router.lua b/core/stanza_router.lua index eddeb9cd..9bb58ad5 100644 --- a/core/stanza_router.lua +++ b/core/stanza_router.lua @@ -212,6 +212,7 @@ function core_route_stanza(origin, stanza) 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; -- cgit v1.2.3