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
parentconfigmanager, hostmanager, prosody: Almost complete removal of section-related code, and the infamous 'core' section. Still backwards-compatible with API users. (diff)
downloadprosody-bf3eb41b5585e259aab85be16f999bb9a3074d59.tar.xz
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 481b3f063..5802c348e 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 = {};