Software /
code /
prosody
Diff
core/stanza_router.lua @ 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 |
parent | 186:bfa8a30ea488 |
child | 190:1e993b7deae7 |
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";