Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/processone/ejabberd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2020-04-01 23:40:28 +0300
committerBadlop <badlop@process-one.net>2020-04-02 13:56:40 +0300
commit510ab53341899dfce6a4cdaff0cb3d654575e359 (patch)
tree03d7e99dcea7265f84786d14700cd87184c7f815
parent220cf7331807d54dabebba6d399d95f9c2beaf54 (diff)
Add ejabberd_auth_http auth_opts brief description
-rw-r--r--src/ejabberd_options_doc.erl6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ejabberd_options_doc.erl b/src/ejabberd_options_doc.erl
index 45650500d..2d201a471 100644
--- a/src/ejabberd_options_doc.erl
+++ b/src/ejabberd_options_doc.erl
@@ -337,6 +337,12 @@ doc() ->
"considered successful as long as authentication of "
"at least one of the methods succeeds. "
"The default value is '[mnesia]'.")}},
+ {auth_opts,
+ #{desc =>
+ ?T("This option is used by the contributed module "
+ "'ejabberd_auth_http' that can be installed from the "
+ "'ejabberd-contrib' Git repository. Please refer to that "
+ "module's README file for details about this option.")}},
{auth_password_format,
#{value => "plain | scram",
desc =>