From 6f9e33247cdaf5bace1a44f895d1e533c3f050f3 Mon Sep 17 00:00:00 2001 From: Waqas Hussain Date: Tue, 4 Nov 2008 17:43:48 +0500 Subject: Commented a buggy check --- core/stanza_router.lua | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'core') diff --git a/core/stanza_router.lua b/core/stanza_router.lua index 9cb6ff98..01b6128a 100644 --- a/core/stanza_router.lua +++ b/core/stanza_router.lua @@ -61,12 +61,14 @@ function core_process_stanza(origin, stanza) if origin.type == "s2sin" then if origin.host ~= from_host then -- remote server trying to impersonate some other server? + log("warn", "origin.host ~= from_host"); return; -- FIXME what should we do here? does this work with subdomains? end end - if to and not(hosts[to]) and not(hosts[to_bare]) and (not(hosts[host]) or hosts[host].type ~= "local") then -- not for us? + --[[if to and not(hosts[to]) and not(hosts[to_bare]) and (hosts[host] and hosts[host].type ~= "local") then -- not for us? + log("warn", "stanza recieved for a non-local server"); return; -- FIXME what should we do here? - end + end]] -- FIXME -- FIXME do stanzas not of jabber:client get handled by components? if not to then -- cgit v1.2.3