No s2s yet :)

Thu, 23 Oct 2008 14:39:42 +0100

author
Matthew Wild <mwild1@gmail.com>
date
Thu, 23 Oct 2008 14:39:42 +0100
changeset 122
21f8d2175393
parent 121
74e5919e4737
child 123
ebd65feb188c

No s2s yet :)

core/stanza_router.lua file | annotate | diff | comparison | revisions
--- a/core/stanza_router.lua	Thu Oct 23 04:06:51 2008 +0100
+++ b/core/stanza_router.lua	Thu Oct 23 14:39:42 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