From 6220d58e4302bdc7a65fc7c4a3b135b76197ab19 Mon Sep 17 00:00:00 2001 From: Badlop Date: Wed, 19 Feb 2020 13:53:52 +0100 Subject: [PATCH] Remove default ejabberd_auth_http.yml, README explains how to enable (#284) --- ejabberd_auth_http/README.md | 2 ++ ejabberd_auth_http/conf/ejabberd_auth_http.yml | 7 ------- 2 files changed, 2 insertions(+), 7 deletions(-) delete mode 100644 ejabberd_auth_http/conf/ejabberd_auth_http.yml diff --git a/ejabberd_auth_http/README.md b/ejabberd_auth_http/README.md index df053c5..17a0e63 100644 --- a/ejabberd_auth_http/README.md +++ b/ejabberd_auth_http/README.md @@ -16,6 +16,8 @@ central user database, which is shared with other services. It fits perfectly when client application uses custom authentication token and ejabberd has to validate it externally. +This module requires ejabberd 20.02 or higher. + ## Configuration ### How to enable diff --git a/ejabberd_auth_http/conf/ejabberd_auth_http.yml b/ejabberd_auth_http/conf/ejabberd_auth_http.yml deleted file mode 100644 index ed302f7..0000000 --- a/ejabberd_auth_http/conf/ejabberd_auth_http.yml +++ /dev/null @@ -1,7 +0,0 @@ -auth_method: http -auth_opts: - host: "http://localhost:12000" - connection_pool_size: 10 - connection_opts: [] - basic_auth: "" - path_prefix: "/"