mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 05:37:39 +03:00
Added to a comment
This commit is contained in:
parent
2a24a95401
commit
e6b3e32fb7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue