Software /
code /
prosody
Changeset
144:ed78c1a0401e s2s
No need to comment out s2s in this branch
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Thu, 23 Oct 2008 19:10:16 +0100 |
parents | 127:93f3c6b94c75 |
children | 145:fbb3a4ff9cf1 |
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 23 18:09:39 2008 +0100 +++ b/core/stanza_router.lua Thu Oct 23 19:10:16 2008 +0100 @@ -9,7 +9,7 @@ local st = require "util.stanza"; local send = require "core.sessionmanager".send_to_session; --- local send_s2s = require "core.s2smanager".send_to_host; +local send_s2s = require "core.s2smanager".send_to_host; local user_exists = require "core.usermanager".user_exists; local jid_split = require "util.jid".split;