diff options
author | Kim Alvefur <zash@zash.se> | 2021-06-20 17:34:50 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2021-06-20 17:34:50 +0200 |
commit | 890e16c1b9154e23bf7e82f35ebf8623c6b8393a (patch) | |
tree | e7803a3def5b1ec2de0817b1cbed29749b84aeb3 /util | |
parent | 79e78bc51003c85a1d6142d50713e7143d2e0953 (diff) | |
download | prosody-890e16c1b9154e23bf7e82f35ebf8623c6b8393a.tar.gz prosody-890e16c1b9154e23bf7e82f35ebf8623c6b8393a.zip |
util.prosodyctl.check: Deprecate legacy_ssl related options
Diffstat (limited to 'util')
-rw-r--r-- | util/prosodyctl/check.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/prosodyctl/check.lua b/util/prosodyctl/check.lua index 2245668b..dc821ce1 100644 --- a/util/prosodyctl/check.lua +++ b/util/prosodyctl/check.lua @@ -41,6 +41,7 @@ local function check(arg) local deprecated = set.new({ "bosh_ports", "disallow_s2s", "no_daemonize", "anonymous_login", "require_encryption", "vcard_compatibility", "cross_domain_bosh", "cross_domain_websocket", "daemonize", + "legacy_ssl_port", "legacy_ssl_ports", "legacy_ssl_interfaces", "legacy_ssl_ssl", }); local known_global_options = set.new({ "pidfile", "log", "plugin_paths", "prosody_user", "prosody_group", "daemonize", |