From c7b5ceba25a3e8bb87c3934e8a8753f2f211fc77 Mon Sep 17 00:00:00 2001 From: Waqas Hussain Date: Sun, 31 May 2009 00:34:08 +0500 Subject: Added new prosody.events object --- prosody | 2 ++ 1 file changed, 2 insertions(+) (limited to 'prosody') 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" -- cgit v1.2.3