Added new prosody.events object

Sun, 31 May 2009 00:34:08 +0500

author
Waqas Hussain <waqas20@gmail.com>
date
Sun, 31 May 2009 00:34:08 +0500
changeset 1242
6c459c279bbe
parent 1241
9c53fb182044
child 1243
cd004d83a12a

Added new prosody.events object

prosody file | annotate | diff | comparison | revisions
--- 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"

mercurial