mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
Code cleanup
This commit is contained in:
parent
5d8718f3c3
commit
2a24a95401
1 changed files with 1 additions and 4 deletions
|
@ -55,10 +55,7 @@ function core_route_stanza(origin, stanza)
|
|||
-- Local host
|
||||
local user = host_session.sessions[node];
|
||||
if user then
|
||||
local res = nil;
|
||||
if resource then
|
||||
res = user.sessions[resource];
|
||||
end
|
||||
local res = user.sessions[resource];
|
||||
-- TODO do something about presence broadcast
|
||||
if not res then
|
||||
-- if we get here, resource was not specified or was unavailable
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue