Changeset

1242:6c459c279bbe

Added new prosody.events object
author Waqas Hussain <waqas20@gmail.com>
date Sun, 31 May 2009 00:34:08 +0500
parents 1241:9c53fb182044
children 1243:cd004d83a12a
files prosody
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
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"