# HG changeset patch # User Waqas Hussain # Date 1390083962 18000 # Node ID e49c0c677c5d3ca7c0daa2b9c85fe06c5186d9ac # Parent 60d86c9e02ec0d5a431fc7e58562eb7d410bcd8f tools/ejabberd2prosody: Disable generating a config, as the format it generates is completely out of date. diff -r 60d86c9e02ec -r e49c0c677c5d tools/ejabberd2prosody.lua --- a/tools/ejabberd2prosody.lua Sat Jan 18 17:24:10 2014 -0500 +++ b/tools/ejabberd2prosody.lua Sat Jan 18 17:26:02 2014 -0500 @@ -247,7 +247,7 @@ end muc_room(tuple[2][1], tuple[2][2], properties); end; - config = function(tuple) + --[=[config = function(tuple) if tuple[2] == "hosts" then local output = io.output(); io.output("prosody.cfg.lua"); io.write("-- Configuration imported from ejabberd --\n"); @@ -275,7 +275,7 @@ io.output(output); print("prosody.cfg.lua created"); end - end; + end;]=] }; local arg = ...;