Changeset

187:2e16e5077d8f

Was a bit hasty to remove send_s2s() from stanza_router. We still use it, and there is no problem with it.
author Matthew Wild <mwild1@gmail.com>
date Thu, 30 Oct 2008 21:19:26 +0000
parents 186:bfa8a30ea488
children 188:0d9f03009b8a
files core/stanza_router.lua
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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";