mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
prosody: Add COMPAT note about globals
This commit is contained in:
parent
ee5a8c9543
commit
bf3eb41b55
1 changed files with 1 additions and 0 deletions
1
prosody
1
prosody
|
@ -198,6 +198,7 @@ function set_function_metatable()
|
|||
end
|
||||
|
||||
function init_global_state()
|
||||
-- COMPAT: These globals are deprecated
|
||||
bare_sessions = {};
|
||||
full_sessions = {};
|
||||
hosts = {};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue