# HG changeset patch # User Matthew Wild # Date 1269543154 0 # Node ID 9236a78566883aee95ed6964633c711b3cbfea46 # Parent a2b01936f8f9175215596623fa5dcbb46b3338e1 tools/ejabberd2prosody: Create prosody singleton so datamanager can detect the platform (set no platform to use lfs, pposix isn't necessary here) diff -r a2b01936f8f9 -r 9236a7856688 tools/ejabberd2prosody.lua --- 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}