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

Thu, 30 Oct 2008 21:19:26 +0000

author
Matthew Wild <mwild1@gmail.com>
date
Thu, 30 Oct 2008 21:19:26 +0000
changeset 187
2e16e5077d8f
parent 186
bfa8a30ea488
child 188
0d9f03009b8a

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 file | annotate | diff | comparison | revisions
--- 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";

mercurial