prosody: Add COMPAT note about globals

This commit is contained in:
Matthew Wild 2013-03-22 11:22:50 +00:00
parent ee5a8c9543
commit bf3eb41b55

View file

@ -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 = {};