aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorWaqas Hussain <waqas20@gmail.com>2008-10-08 17:06:51 +0500
committerWaqas Hussain <waqas20@gmail.com>2008-10-08 17:06:51 +0500
commite6b3e32fb740d25f8e2af0671e6c62f2c9f6a66f (patch)
tree2d64743a67814122e2ec2a01be27e3066229fdf4 /core
parent2a24a95401246437652cd5cca44e5a31a6321f6d (diff)
downloadprosody-e6b3e32fb740d25f8e2af0671e6c62f2c9f6a66f.tar.gz
prosody-e6b3e32fb740d25f8e2af0671e6c62f2c9f6a66f.zip
Added to a comment
Diffstat (limited to 'core')
-rw-r--r--core/stanza_router.lua2
1 files changed, 1 insertions, 1 deletions
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