From 510ab53341899dfce6a4cdaff0cb3d654575e359 Mon Sep 17 00:00:00 2001 From: Badlop Date: Wed, 1 Apr 2020 22:40:28 +0200 Subject: Add ejabberd_auth_http auth_opts brief description --- src/ejabberd_options_doc.erl | 6 ++++++ 1 file changed, 6 insertions(+) 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 => -- cgit v1.2.3