aboutsummaryrefslogtreecommitdiffstats
path: root/prosody
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2013-03-22 11:22:50 +0000
committerMatthew Wild <mwild1@gmail.com>2013-03-22 11:22:50 +0000
commitbf3eb41b5585e259aab85be16f999bb9a3074d59 (patch)
tree85f75302725aaac6ca364e67fe117e032fdda6db /prosody
parentee5a8c95433c8e183c537d936a37e4701e3997f3 (diff)
downloadprosody-bf3eb41b5585e259aab85be16f999bb9a3074d59.tar.gz
prosody-bf3eb41b5585e259aab85be16f999bb9a3074d59.zip
prosody: Add COMPAT note about globals
Diffstat (limited to 'prosody')
-rwxr-xr-xprosody1
1 files changed, 1 insertions, 0 deletions
diff --git a/prosody b/prosody
index 481b3f06..5802c348 100755
--- 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 = {};