diff options
author | Waqas Hussain <waqas20@gmail.com> | 2014-01-18 17:26:02 -0500 |
---|---|---|
committer | Waqas Hussain <waqas20@gmail.com> | 2014-01-18 17:26:02 -0500 |
commit | 2a5751b6f545d4d28acf4507139e8bf1d4709296 (patch) | |
tree | a3ef5f7fce15d469e9500be6db1718570df36b46 /tools/ejabberd2prosody.lua | |
parent | 05906a47abdc8aa032697b5ac93423222d317e43 (diff) | |
download | prosody-2a5751b6f545d4d28acf4507139e8bf1d4709296.tar.gz prosody-2a5751b6f545d4d28acf4507139e8bf1d4709296.zip |
tools/ejabberd2prosody: Disable generating a config, as the format it generates is completely out of date.
Diffstat (limited to 'tools/ejabberd2prosody.lua')
-rwxr-xr-x | tools/ejabberd2prosody.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/ejabberd2prosody.lua b/tools/ejabberd2prosody.lua index 8312ebd1..bc916fb8 100755 --- a/tools/ejabberd2prosody.lua +++ b/tools/ejabberd2prosody.lua @@ -247,7 +247,7 @@ local filters = { 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 @@ local filters = { io.output(output); print("prosody.cfg.lua created"); end - end; + end;]=] }; local arg = ...; |