Software / code / prosody
Changeset
73:937448005121
Added to a comment
| author | Waqas Hussain <waqas20@gmail.com> |
|---|---|
| date | Wed, 08 Oct 2008 17:06:51 +0500 |
| parents | 72:e78db62beebc |
| children | 74:09bda2782837 75:338e75cba18d 77:531b981f2d17 |
| files | core/stanza_router.lua |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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