mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 21:57:45 +03:00
mod_presence: Removed some unnecessary code
This commit is contained in:
parent
18ab4901ef
commit
720184a0b5
1 changed files with 0 additions and 3 deletions
|
@ -119,13 +119,10 @@ function handle_normal_presence(origin, stanza, core_route_stanza)
|
|||
recalc_resource_map(origin);
|
||||
end
|
||||
if origin.directed then
|
||||
local old_from = stanza.attr.from;
|
||||
stanza.attr.from = origin.full_jid;
|
||||
for jid in pairs(origin.directed) do
|
||||
stanza.attr.to = jid;
|
||||
core_route_stanza(origin, stanza);
|
||||
end
|
||||
stanza.attr.from = old_from;
|
||||
origin.directed = nil;
|
||||
end
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue