mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 13:47:41 +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
|
end
|
||||||
|
|
||||||
function init_global_state()
|
function init_global_state()
|
||||||
|
-- COMPAT: These globals are deprecated
|
||||||
bare_sessions = {};
|
bare_sessions = {};
|
||||||
full_sessions = {};
|
full_sessions = {};
|
||||||
hosts = {};
|
hosts = {};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue