From fb8aa8bc8b7c748d33f3c07a00c8d7b9f45f454f Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Thu, 25 Mar 2010 18:52:34 +0000 Subject: tools/ejabberd2prosody: Create prosody singleton so datamanager can detect the platform (set no platform to use lfs, pposix isn't necessary here) --- tools/ejabberd2prosody.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tools/ejabberd2prosody.lua') diff --git a/tools/ejabberd2prosody.lua b/tools/ejabberd2prosody.lua index d44c929b..a231abd8 100755 --- a/tools/ejabberd2prosody.lua +++ b/tools/ejabberd2prosody.lua @@ -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} -- cgit v1.2.3