diff options
-rw-r--r-- | core/stanza_router.lua | 1 |
1 files changed, 0 insertions, 1 deletions
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 |