Was a bit hasty to remove send_s2s() from stanza_router. We still use it, and there is no problem with it.

This commit is contained in:
Matthew Wild 2008-10-30 21:19:26 +00:00
parent 81ed508227
commit a961f27b69

View file

@ -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";