aboutsummaryrefslogtreecommitdiffstats
path: root/core/hostmanager.lua
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2013-03-16 18:49:14 +0100
committerKim Alvefur <zash@zash.se>2013-03-16 18:49:14 +0100
commit1e5040dab723c166096811422eaf3ae8e338b00e (patch)
treea097c4f3a59bd0cc87d76bf637dff458fb5ff330 /core/hostmanager.lua
parent61db12f927ed7e3532862616919623e8bac306f8 (diff)
parent04b647a6e847fa6ace495f3c8c7a2e9a5425fb1a (diff)
downloadprosody-1e5040dab723c166096811422eaf3ae8e338b00e.tar.gz
prosody-1e5040dab723c166096811422eaf3ae8e338b00e.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;