tools/ejabberd2prosody: Create prosody singleton so datamanager can detect the platfo...
authorMatthew Wild <mwild1@gmail.com>
Thu, 25 Mar 2010 18:52:34 +0000 (18:52 +0000)
committerMatthew Wild <mwild1@gmail.com>
Thu, 25 Mar 2010 18:52:34 +0000 (18:52 +0000)
tools/ejabberd2prosody.lua

index d44c929b506c53f12c754806e7832fbdf6085cf3..a231abd8c0505b7e1b5dae196cd7741e67fd5140 100755 (executable)
@@ -17,6 +17,8 @@ end
 
 require "erlparse";
 
+prosody = {};
+
 local serialize = require "util.serialization".serialize;
 local st = require "util.stanza";
 package.loaded["util.logger"] = {init = function() return function() end; end}