From e2939a0353675cff6fdbf8b4daf6126797a7c0ea Mon Sep 17 00:00:00 2001 From: Andrew B Date: Fri, 4 Mar 2016 11:59:49 -0800 Subject: [PATCH] Adding a default config for mod_rest --- mod_rest/conf/mod_rest.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 mod_rest/conf/mod_rest.yml diff --git a/mod_rest/conf/mod_rest.yml b/mod_rest/conf/mod_rest.yml new file mode 100644 index 0000000..1338ff4 --- /dev/null +++ b/mod_rest/conf/mod_rest.yml @@ -0,0 +1,11 @@ +modules: + mod_rest: + allowed_ips: + - "> {127,0,0,1} ." +listen: + - + port: 5285 + module: ejabberd_http + request_handlers: + "/rest": mod_rest +