Was a bit hasty to remove send_s2s() from stanza_router. We still use it, and there...
authorMatthew Wild <mwild1@gmail.com>
Thu, 30 Oct 2008 21:19:26 +0000 (21:19 +0000)
committerMatthew Wild <mwild1@gmail.com>
Thu, 30 Oct 2008 21:19:26 +0000 (21:19 +0000)
core/stanza_router.lua

index 430d5ed921b8e89a16b6c842faf3bbb6b276fe9c..e98d679496bb37c3ac7f047bb05fe2a9cfd834b9 100644 (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";