ejabberdsql2prosody: Added a global 'prosody' table to fix a traceback.

Wed, 20 Oct 2010 03:57:47 +0500

author
Waqas Hussain <waqas20@gmail.com>
date
Wed, 20 Oct 2010 03:57:47 +0500
changeset 3541
a72b88953bf2
parent 3540
bc139431830b
child 3542
2acaf129e1c3

ejabberdsql2prosody: Added a global 'prosody' table to fix a traceback.

tools/ejabberdsql2prosody.lua file | annotate | diff | comparison | revisions
--- a/tools/ejabberdsql2prosody.lua	Sat Oct 16 23:00:42 2010 +0500
+++ b/tools/ejabberdsql2prosody.lua	Wed Oct 20 03:57:47 2010 +0500
@@ -7,6 +7,8 @@
 -- COPYING file in the source package for more information.
 --
 
+prosody = {};
+
 package.path = package.path ..";../?.lua";
 local serialize = require "util.serialization".serialize;
 local st = require "util.stanza";

mercurial