From e6b3e32fb740d25f8e2af0671e6c62f2c9f6a66f Mon Sep 17 00:00:00 2001 From: Waqas Hussain Date: Wed, 8 Oct 2008 17:06:51 +0500 Subject: Added to a comment --- core/stanza_router.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core') diff --git a/core/stanza_router.lua b/core/stanza_router.lua index 8eb6d4d1..e5603cae 100644 --- a/core/stanza_router.lua +++ b/core/stanza_router.lua @@ -15,7 +15,7 @@ local jid_split = jid.split; 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 -- cgit v1.2.3