Software /
code /
prosody
Changeset
1157:279f79389189
stanza_router: Removed some unnecessary code
author | Waqas Hussain <waqas20@gmail.com> |
---|---|
date | Fri, 15 May 2009 08:42:53 +0500 |
parents | 1156:14f3eb0e7787 |
children | 1162:bd1f0e6d50a7 1163:8b4a57765b04 |
files | core/stanza_router.lua |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/core/stanza_router.lua Fri May 15 08:30:48 2009 +0500 +++ b/core/stanza_router.lua Fri May 15 08:42:53 2009 +0500 @@ -128,8 +128,6 @@ component_handle_stanza(origin, stanza); elseif hosts[host] and hosts[host].type == "component" then -- directed at a component component_handle_stanza(origin, stanza); - elseif origin.type == "c2s" and stanza.name == "presence" and stanza.attr.type ~= nil and stanza.attr.type ~= "unavailable" and stanza.attr.type ~= "error" then - handle_outbound_presence_subscriptions_and_probes(origin, stanza, from_bare, to_bare, core_route_stanza); elseif hosts[host] and hosts[host].type == "local" and stanza.name == "iq" and not resource then -- directed at bare JID core_handle_stanza(origin, stanza); else