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: