aboutsummaryrefslogtreecommitdiffstats
path: root/prosody
diff options
context:
space:
mode:
Diffstat (limited to 'prosody')
-rwxr-xr-xprosody2
1 files changed, 2 insertions, 0 deletions
diff --git a/prosody b/prosody
index 8cc56afd..f5f51bab 100755
--- a/prosody
+++ b/prosody
@@ -85,6 +85,8 @@ prosody.paths = { source = CFG_SOURCEDIR, config = CFG_CONFIGDIR,
prosody.arg = arg;
+prosody.events = require "util.events".new();
+
--- Load and initialise core modules
require "util.import"
require "core.xmlhandlers"