aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--core/stanza_router.lua1
1 files changed, 1 insertions, 0 deletions
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;