From a961f27b69b5beb1552c2e200935a4ee1e0fc468 Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Thu, 30 Oct 2008 21:19:26 +0000 Subject: Was a bit hasty to remove send_s2s() from stanza_router. We still use it, and there is no problem with it. --- core/stanza_router.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; -- cgit v1.2.3