From 6951dc1cd237457187bac50480d8002db5c55e79 Mon Sep 17 00:00:00 2001 From: Waqas Hussain Date: Tue, 7 Apr 2009 02:24:37 +0500 Subject: Fixed: Issue with presence error routing --- core/presencemanager.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/presencemanager.lua') diff --git a/core/presencemanager.lua b/core/presencemanager.lua index 29e684fb..db6bbf9a 100644 --- a/core/presencemanager.lua +++ b/core/presencemanager.lua @@ -28,7 +28,7 @@ module "presencemanager" function handle_presence(origin, stanza, from_bare, to_bare, core_route_stanza, inbound) local type = stanza.attr.type; - if type and type ~= "unavailable" then + if type and type ~= "unavailable" and type ~= "error" then if inbound then handle_inbound_presence_subscriptions_and_probes(origin, stanza, from_bare, to_bare, core_route_stanza); else -- cgit v1.2.3