Diff

tools/ejabberd2prosody.lua @ 2943:9236a7856688

tools/ejabberd2prosody: Create prosody singleton so datamanager can detect the platform (set no platform to use lfs, pposix isn't necessary here)
author Matthew Wild <mwild1@gmail.com>
date Thu, 25 Mar 2010 18:52:34 +0000
parent 2923:b7049746bd29
child 4360:a993a4a2ea0a
line wrap: on
line diff
--- a/tools/ejabberd2prosody.lua	Thu Mar 25 12:32:25 2010 +0000
+++ b/tools/ejabberd2prosody.lua	Thu Mar 25 18:52:34 2010 +0000
@@ -17,6 +17,8 @@
 
 require "erlparse";
 
+prosody = {};
+
 local serialize = require "util.serialization".serialize;
 local st = require "util.stanza";
 package.loaded["util.logger"] = {init = function() return function() end; end}