core/stanza_router.lua

changeset 73
937448005121
parent 72
e78db62beebc
child 78
972e31cc91e8
--- a/core/stanza_router.lua	Wed Oct 08 17:05:25 2008 +0500
+++ b/core/stanza_router.lua	Wed Oct 08 17:06:51 2008 +0500
@@ -15,7 +15,7 @@
 
 function core_process_stanza(origin, stanza)
 	log("debug", "Received: "..tostring(stanza))
-	-- TODO verify validity of stanza
+	-- TODO verify validity of stanza (as well as JID validity)
 	
 	local to = stanza.attr.to;
 	stanza.attr.from = origin.full_jid -- quick fix to prevent impersonation

mercurial