Allow acme and oauth commands to be read by gen_markdown_doc_for_commands

This commit is contained in:
Badlop 2018-08-07 16:57:10 +02:00
parent c9ba0e83d2
commit 5509e648ad
2 changed files with 4 additions and 2 deletions

View File

@ -3,7 +3,8 @@
-behaviour(ejabberd_config).
%% ejabberdctl commands
-export([get_certificates/1,
-export([get_commands_spec/0,
get_certificates/1,
renew_certificates/0,
list_certificates/1,
revoke_certificate/1]).

View File

@ -50,7 +50,8 @@
config_reloaded/0,
opt_type/1]).
-export([oauth_issue_token/3, oauth_list_tokens/0, oauth_revoke_token/1]).
-export([get_commands_spec/0,
oauth_issue_token/3, oauth_list_tokens/0, oauth_revoke_token/1]).
-include("xmpp.hrl").