mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +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
|
||||
if hosts[session.host].sessions[session.username].sessions[resource] then
|
||||
-- Resource conflict
|
||||
return false, "conflict";
|
||||
return false, "conflict"; -- TODO kick old resource
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue