Software /
code /
prosody
Changeset
11616:cd4006709493
util.prosodyctl.check: Deprecate legacy_ssl related options
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 20 Jun 2021 17:34:50 +0200 |
parents | 11615:8e16fd976c57 |
children | 11617:166f8e1d82b0 |
files | util/prosodyctl/check.lua |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/util/prosodyctl/check.lua Sun Jun 20 17:11:19 2021 +0200 +++ b/util/prosodyctl/check.lua Sun Jun 20 17:34:50 2021 +0200 @@ -41,6 +41,7 @@ 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",