Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/processone/ejabberd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Shchepin <alexey@process-one.net>2021-12-20 09:29:42 +0300
committerAlexey Shchepin <alexey@process-one.net>2021-12-20 09:42:02 +0300
commit536beedeb66e6a54ea3631e09a441395f4b11527 (patch)
treef57e6926c49115a69145c631938a403e2ca97819 /src/mod_http_api.erl
parent42bdb501caf7039f71f3a26ae447db3bffaecb0a (diff)
Accept more types of ejabberdctl commands arguments as JSON-encoded
Diffstat (limited to 'src/mod_http_api.erl')
-rw-r--r--src/mod_http_api.erl1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mod_http_api.erl b/src/mod_http_api.erl
index 427833584..023df39ca 100644
--- a/src/mod_http_api.erl
+++ b/src/mod_http_api.erl
@@ -30,6 +30,7 @@
-behaviour(gen_mod).
-export([start/2, stop/1, reload/3, process/2, depends/2,
+ format_arg/2,
mod_options/1, mod_doc/0]).
-include_lib("xmpp/include/xmpp.hrl").