# HG changeset patch # User Waqas Hussain # Date 1223467611 -18000 # Node ID 93744800512139ba0108e0989bf91a6190f3a3e9 # Parent e78db62beebc43b600eedbbf108952a5c9b23bef Added to a comment diff -r e78db62beebc -r 937448005121 core/stanza_router.lua --- 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