Added to a comment

Wed, 08 Oct 2008 17:06:51 +0500

author
Waqas Hussain <waqas20@gmail.com>
date
Wed, 08 Oct 2008 17:06:51 +0500
changeset 73
937448005121
parent 72
e78db62beebc
child 74
09bda2782837
child 75
338e75cba18d
child 77
531b981f2d17

Added to a comment

core/stanza_router.lua file | annotate | diff | comparison | revisions
--- 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