aboutsummaryrefslogtreecommitdiffstats
path: root/core/stanza_router.lua
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2008-10-30 21:19:26 +0000
committerMatthew Wild <mwild1@gmail.com>2008-10-30 21:19:26 +0000
commita961f27b69b5beb1552c2e200935a4ee1e0fc468 (patch)
tree5b3a0c49979de361a59e59086d52275dafc8e7ba /core/stanza_router.lua
parent81ed508227d0945fc8a7d3d54cbd2a90923128b7 (diff)
downloadprosody-a961f27b69b5beb1552c2e200935a4ee1e0fc468.tar.gz
prosody-a961f27b69b5beb1552c2e200935a4ee1e0fc468.zip
Was a bit hasty to remove send_s2s() from stanza_router. We still use it, and there is no problem with it.
Diffstat (limited to 'core/stanza_router.lua')
-rw-r--r--core/stanza_router.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/stanza_router.lua b/core/stanza_router.lua
index 430d5ed9..e98d6794 100644
--- a/core/stanza_router.lua
+++ b/core/stanza_router.lua
@@ -8,7 +8,7 @@ require "core.servermanager"
local log = require "util.logger".init("stanzarouter")
local st = require "util.stanza";
-
+local send_s2s = require "core.s2smanager".send_to_host;
local user_exists = require "core.usermanager".user_exists;
local rostermanager = require "core.rostermanager";