aboutsummaryrefslogtreecommitdiffstats
path: root/core/hostmanager.lua
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2013-03-20 20:34:38 +0000
committerMatthew Wild <mwild1@gmail.com>2013-03-20 20:34:38 +0000
commit74531442db8df026d362695700a9ff23345dde96 (patch)
treed2c50b12dcf99d03ae30b92a7b72a9ea2203b31b /core/hostmanager.lua
parent58049837e7a14744f37d0250c3a854bc312d9106 (diff)
parent0c46e400afa7fef669b2f3a9ea2ed76633e8652b (diff)
downloadprosody-74531442db8df026d362695700a9ff23345dde96.tar.gz
prosody-74531442db8df026d362695700a9ff23345dde96.zip
Merge 0.9->trunk
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;