diff prosody @ 1242:6c459c279bbe

Added new prosody.events object
author Waqas Hussain <waqas20@gmail.com>
date Sun, 31 May 2009 00:34:08 +0500
parents 335d9a612477
children 4e0db19e5f1c
line wrap: on
line diff
--- a/prosody	Sat May 30 15:25:27 2009 +0100
+++ b/prosody	Sun May 31 00:34:08 2009 +0500
@@ -85,6 +85,8 @@
 
 prosody.arg = arg;
 
+prosody.events = require "util.events".new();
+
 --- Load and initialise core modules
 require "util.import"
 require "core.xmlhandlers"