aboutsummaryrefslogtreecommitdiffstats
path: root/core/hostmanager.lua
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2013-03-13 07:01:57 +0100
committerKim Alvefur <zash@zash.se>2013-03-13 07:01:57 +0100
commitff9ab821f7bdee398860dc8aae464113ee18c009 (patch)
tree8d04e7610c91104a8aea3af37001c34178c8c594 /core/hostmanager.lua
parent740e6e69a25e4aaa6fb7049e371dfebe7dd83998 (diff)
downloadprosody-ff9ab821f7bdee398860dc8aae464113ee18c009.tar.gz
prosody-ff9ab821f7bdee398860dc8aae464113ee18c009.zip
hostmanager: Import core_post_stanza from the global prosody table
Diffstat (limited to 'core/hostmanager.lua')
-rw-r--r--core/hostmanager.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/hostmanager.lua b/core/hostmanager.lua
index cee4a1d6..7c9298cd 100644
--- a/core/hostmanager.lua
+++ b/core/hostmanager.lua
@@ -23,6 +23,7 @@ if not _G.prosody.incoming_s2s then
require "core.s2smanager";
end
local incoming_s2s = _G.prosody.incoming_s2s;
+local core_route_stanza = _G.prosody.core_route_stanza;
local pairs, select = pairs, select;
local tostring, type = tostring, type;