No need to comment out s2s in this branch s2s

Thu, 23 Oct 2008 19:10:16 +0100

author
Matthew Wild <mwild1@gmail.com>
date
Thu, 23 Oct 2008 19:10:16 +0100
branch
s2s
changeset 144
ed78c1a0401e
parent 127
93f3c6b94c75
child 145
fbb3a4ff9cf1

No need to comment out s2s in this branch

core/stanza_router.lua file | annotate | diff | comparison | revisions
--- 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;

mercurial