# HG changeset patch # User Matthew Wild # Date 1224785416 -3600 # Node ID ed78c1a0401ec8cc49aac100318588f5e900fd22 # Parent 93f3c6b94c755d42c61e4a03f1fc5727a2ed79d6 No need to comment out s2s in this branch diff -r 93f3c6b94c75 -r ed78c1a0401e core/stanza_router.lua --- 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;