diff -r a93b25f1528e -r 14f3eb0e7787 core/stanza_router.lua --- 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