diff -r 27f76695f43b -r 4f4d94253547 core/stanza_router.lua --- a/core/stanza_router.lua Wed Dec 31 10:16:42 2008 +0500 +++ b/core/stanza_router.lua Wed Dec 31 13:52:41 2008 +0500 @@ -125,7 +125,7 @@ -- that is, they are handled by this server function core_handle_stanza(origin, stanza) -- Handlers - if modules_handle_stanza(stanza.attr.to or origin.host, origin, stanza) then return; end + if modules_handle_stanza(select(2, jid_split(stanza.attr.to)) or origin.host, origin, stanza) then return; end if origin.type == "c2s" or origin.type == "s2sin" then if origin.type == "c2s" then if stanza.name == "presence" and origin.roster then