Changeset

1156:14f3eb0e7787

stanza_router: Removed a FIXME
author Waqas Hussain <waqas20@gmail.com>
date Fri, 15 May 2009 08:30:48 +0500
parents 1155:a93b25f1528e
children 1157:279f79389189
files core/stanza_router.lua
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/core/stanza_router.lua	Fri May 15 07:51:33 2009 +0500
+++ b/core/stanza_router.lua	Fri May 15 08:30:48 2009 +0500
@@ -106,7 +106,6 @@
 		return; -- FIXME what should we do here?
 	end]] -- FIXME
 
-	-- FIXME do stanzas not of jabber:client get handled by components?
 	if (origin.type == "s2sin" or origin.type == "c2s" or origin.type == "component") and (not xmlns or xmlns == "jabber:server" or xmlns == "jabber:client") then			
 		local event_data = {origin=origin, stanza=stanza};
 		if fire_event(tostring(host or origin.host).."/"..stanza.name, event_data) then return; end