From 494ba6f9416ef662336e29895c592c2e52fc86e2 Mon Sep 17 00:00:00 2001 From: Badlop Date: Thu, 15 Feb 2018 17:04:53 +0100 Subject: [PATCH] Fix url path in request_handlers example configs --- mod_muc_log_http/conf/mod_muc_log_http.yml | 2 +- mod_webpresence/README.txt | 6 +++--- mod_webpresence/conf/mod_webpresence.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/mod_muc_log_http/conf/mod_muc_log_http.yml b/mod_muc_log_http/conf/mod_muc_log_http.yml index 578baae..038dd4b 100644 --- a/mod_muc_log_http/conf/mod_muc_log_http.yml +++ b/mod_muc_log_http/conf/mod_muc_log_http.yml @@ -3,7 +3,7 @@ listen: port: 5282 module: ejabberd_http request_handlers: - "muclog": mod_muc_log_http + "/muclog": mod_muc_log_http modules: mod_muc_log: diff --git a/mod_webpresence/README.txt b/mod_webpresence/README.txt index 68284af..9f9f11d 100644 --- a/mod_webpresence/README.txt +++ b/mod_webpresence/README.txt @@ -40,7 +40,7 @@ listen: module: ejabberd_http [...] request_handlers: - "presence": mod_webpresence + "/presence": mod_webpresence modules: mod_webpresence: @@ -122,7 +122,7 @@ listen: port: 5280 module: ejabberd_http request_handlers: - "presence": mod_webpresence + "/presence": mod_webpresence modules: mod_webpresence: @@ -137,7 +137,7 @@ listen: port: 80 module: ejabberd_http request_handlers: - "status": mod_webpresence + "/status": mod_webpresence modules: mod_webpresence: diff --git a/mod_webpresence/conf/mod_webpresence.yml b/mod_webpresence/conf/mod_webpresence.yml index 000f683..f6456d2 100644 --- a/mod_webpresence/conf/mod_webpresence.yml +++ b/mod_webpresence/conf/mod_webpresence.yml @@ -3,7 +3,7 @@ listen: port: 5284 module: ejabberd_http request_handlers: - "presence": mod_webpresence + "/presence": mod_webpresence modules: mod_webpresence: