Software /
code /
prosody
Diff
core/stanza_router.lua @ 73:937448005121
Added to a comment
author | Waqas Hussain <waqas20@gmail.com> |
---|---|
date | Wed, 08 Oct 2008 17:06:51 +0500 |
parent | 72:e78db62beebc |
child | 78:972e31cc91e8 |
line wrap: on
line diff
--- 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