stanza_router: Removed a FIXME

Fri, 15 May 2009 08:30:48 +0500

author
Waqas Hussain <waqas20@gmail.com>
date
Fri, 15 May 2009 08:30:48 +0500
changeset 1156
14f3eb0e7787
parent 1155
a93b25f1528e
child 1157
279f79389189

stanza_router: Removed a FIXME

core/stanza_router.lua file | annotate | diff | comparison | revisions
--- 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

mercurial