25
1
mirror of https://github.com/processone/ejabberd.git synced 2024-11-20 16:15:59 +01:00

Un-deprecate ejabberd_config:set_option/2

There does not appear to be an alternative way to set individual config
options, and this is already used by test/ejabberd_SUITE.erl
This commit is contained in:
Stu Tomlinson 2023-01-21 12:59:33 +00:00
parent 3b34538038
commit 6a8899677d

View File

@ -37,13 +37,13 @@
-export([beams/1, validators/1, globals/0, may_hide_data/1]).
-export([dump/0, dump/1, convert_to_yaml/1, convert_to_yaml/2]).
-export([callback_modules/1]).
-export([set_option/2]).
%% Deprecated functions
-export([get_option/2, set_option/2]).
-export([get_option/2]).
-export([get_version/0, get_myhosts/0]).
-export([get_mylang/0, get_lang/1]).
-deprecated([{get_option, 2},
{set_option, 2},
{get_version, 0},
{get_myhosts, 0},
{get_mylang, 0},