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
function init_global_state()
-- COMPAT: These globals are deprecated
bare_sessions = {};
full_sessions = {};
hosts = {};