Add import_prosody explanation from docs git repo

This commit is contained in:
Badlop 2018-08-07 16:57:54 +02:00
parent 5509e648ad
commit 4c4c82897c
1 changed files with 2 additions and 0 deletions

View File

@ -275,6 +275,8 @@ get_commands_spec() ->
#ejabberd_commands{name = import_prosody, tags = [mnesia, sql, riak],
desc = "Import data from Prosody",
longdesc = "Note: this method requires ejabberd compiled with optional tools support "
"and package must provide optional luerl dependency.",
module = prosody2ejabberd, function = from_dir,
args_desc = ["Full path to the Prosody data directory"],
args_example = ["/var/lib/prosody/datadump/"],