Software /
code /
prosody
Changeset
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 |
parents | 2941:a2b01936f8f9 |
children | 2944:855c0eb80600 2945:475dee08b400 |
files | tools/ejabberd2prosody.lua |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
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}