diff options
author | Kim Alvefur <zash@zash.se> | 2013-03-16 18:49:14 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2013-03-16 18:49:14 +0100 |
commit | 478a2d42e6f1be1c45732d3851a65a99ea09565c (patch) | |
tree | a097c4f3a59bd0cc87d76bf637dff458fb5ff330 /core/hostmanager.lua | |
parent | 58049837e7a14744f37d0250c3a854bc312d9106 (diff) | |
parent | ee9ef878c4f1702f3bacfd8d3c0c98844c3b481f (diff) | |
download | prosody-478a2d42e6f1be1c45732d3851a65a99ea09565c.tar.gz prosody-478a2d42e6f1be1c45732d3851a65a99ea09565c.zip |
Merge 0.9->trunk
Diffstat (limited to 'core/hostmanager.lua')
-rw-r--r-- | core/hostmanager.lua | 1 |
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; |