From ac714ae51b169c3a64041355b8d954a5adeaa5d8 Mon Sep 17 00:00:00 2001 From: Waqas Hussain Date: Fri, 15 May 2009 08:30:48 +0500 Subject: stanza_router: Removed a FIXME --- core/stanza_router.lua | 1 - 1 file changed, 1 deletion(-) (limited to 'core') diff --git a/core/stanza_router.lua b/core/stanza_router.lua index 963dffca..75b477b4 100644 --- a/core/stanza_router.lua +++ b/core/stanza_router.lua @@ -106,7 +106,6 @@ function core_process_stanza(origin, stanza) 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 -- cgit v1.2.3