diff -r 9c471840acb9 -r 018705d57f09 core/stanza_router.lua --- a/core/stanza_router.lua Sun Oct 05 17:33:38 2008 +0100 +++ b/core/stanza_router.lua Sun Oct 05 19:10:21 2008 +0100 @@ -11,6 +11,7 @@ local jid_split = jid.split; function core_process_stanza(origin, stanza) + log("debug", "Received: "..tostring(stanza)) local to = stanza.attr.to; if not to or (hosts[to] and hosts[to].type == "local") then