# HG changeset patch # User Matthew Wild # Date 1225401566 0 # Node ID 2e16e5077d8fa8f6d8ad39e1c3359d449b7dfd6a # Parent bfa8a30ea488e985286c9b641796476743691332 Was a bit hasty to remove send_s2s() from stanza_router. We still use it, and there is no problem with it. diff -r bfa8a30ea488 -r 2e16e5077d8f core/stanza_router.lua --- a/core/stanza_router.lua Thu Oct 30 21:11:22 2008 +0000 +++ b/core/stanza_router.lua Thu Oct 30 21:19:26 2008 +0000 @@ -8,7 +8,7 @@ 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";