From 669916fb93d1cbd6570e515290a7d3c934bd17b1 Mon Sep 17 00:00:00 2001 From: Waqas Hussain Date: Fri, 15 May 2009 06:34:08 +0500 Subject: stanza_router: Remove unnecessary directed presence handling --- core/stanza_router.lua | 5 ----- 1 file changed, 5 deletions(-) (limited to 'core/stanza_router.lua') diff --git a/core/stanza_router.lua b/core/stanza_router.lua index cb76b29c..43ba4547 100644 --- a/core/stanza_router.lua +++ b/core/stanza_router.lua @@ -117,11 +117,6 @@ function core_process_stanza(origin, stanza) return; -- FIXME what should we do here? does this work with subdomains? end end - if origin.type == "c2s" and stanza.name == "presence" and to ~= nil and not(origin.roster[to_bare] and (origin.roster[to_bare].subscription == "both" or origin.roster[to_bare].subscription == "from")) then -- directed presence - origin.directed = origin.directed or {}; - origin.directed[to] = true; - --t_insert(origin.directed, to); -- FIXME does it make more sense to add to_bare rather than to? - end if not to then core_handle_stanza(origin, stanza); elseif hosts[to] and hosts[to].type == "local" then -- directed at a local server -- cgit v1.2.3