core/stanza_router.lua
branchtls
changeset 66 018705d57f09
parent 31 aaccbf07849b
child 68 ceb7a55676a4
--- 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