1
0
Fork 0
mirror of https://github.com/processone/ejabberd synced 2025-10-04 18:29:20 +02:00

Accept more types of ejabberdctl commands arguments as JSON-encoded

This commit is contained in:
Alexey Shchepin 2021-12-20 09:29:42 +03:00
parent 42bdb501ca
commit 536beedeb6
2 changed files with 6 additions and 1 deletions

View file

@ -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").