prosody
changeset 5358 4d37d792c4d5
parent 5357 ac530c44772e
child 5384 24f4aed5824f
equal deleted inserted replaced
5357:ac530c44772e 5358:4d37d792c4d5
   196 	end
   196 	end
   197 	debug.setmetatable(function() end, mt);
   197 	debug.setmetatable(function() end, mt);
   198 end
   198 end
   199 
   199 
   200 function init_global_state()
   200 function init_global_state()
       
   201 	-- COMPAT: These globals are deprecated
   201 	bare_sessions = {};
   202 	bare_sessions = {};
   202 	full_sessions = {};
   203 	full_sessions = {};
   203 	hosts = {};
   204 	hosts = {};
   204 
   205 
   205 	prosody.bare_sessions = bare_sessions;
   206 	prosody.bare_sessions = bare_sessions;