Diff

core/stanza_router.lua @ 66:018705d57f09 tls

Working TLS!
author Matthew Wild <mwild1@gmail.com>
date Sun, 05 Oct 2008 19:10:21 +0100
parent 31:aaccbf07849b
child 68:ceb7a55676a4
line wrap: on
line diff
--- 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