prosody: Add COMPAT note about globals
[prosody.git] / prosody
diff --git a/prosody b/prosody
index 481b3f063669d7a6929e9aa95387c3925fa1c755..5802c348ee68995331e36b9969802ad73ef5a369 100755 (executable)
--- a/prosody
+++ b/prosody
@@ -198,6 +198,7 @@ function set_function_metatable()
 end
 
 function init_global_state()
+       -- COMPAT: These globals are deprecated
        bare_sessions = {};
        full_sessions = {};
        hosts = {};