From d3e6729aa2ad4b904df3c30c410a1fc0af973f78 Mon Sep 17 00:00:00 2001 From: Andrew B Date: Fri, 4 Mar 2016 11:54:52 -0800 Subject: [PATCH] adding a default module config file --- mod_rest/mod_rest.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 mod_rest/mod_rest.yml diff --git a/mod_rest/mod_rest.yml b/mod_rest/mod_rest.yml new file mode 100644 index 0000000..3875aae --- /dev/null +++ b/mod_rest/mod_rest.yml @@ -0,0 +1,10 @@ +modules: + mod_rest: + allowed_ips: + - "> {127,0,0,1} ." +listen: + - + port: 5285 + module: ejabberd_http + request_handlers: + "/rest": mod_rest \ No newline at end of file