mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 13:47:41 +03:00
Added: TODO
This commit is contained in:
parent
dffccde8c2
commit
fa8d0e13a3
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ function bind_resource(session, resource)
|
||||||
else
|
else
|
||||||
if hosts[session.host].sessions[session.username].sessions[resource] then
|
if hosts[session.host].sessions[session.username].sessions[resource] then
|
||||||
-- Resource conflict
|
-- Resource conflict
|
||||||
return false, "conflict";
|
return false, "conflict"; -- TODO kick old resource
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue