diff options
author | Kim Alvefur <zash@zash.se> | 2021-12-25 13:00:23 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2021-12-25 13:00:23 +0100 |
commit | eaa1d6bed42281324432cdf4bda715a0ca774326 (patch) | |
tree | 4ddd941374fb1f083583a498962aec6e735ada08 /util | |
parent | 18ef5ec4d82b6e3def067b26f5e345ac09ffc9bd (diff) | |
download | prosody-eaa1d6bed42281324432cdf4bda715a0ca774326.tar.gz prosody-eaa1d6bed42281324432cdf4bda715a0ca774326.zip |
util.prosodyctl.check: Add some more obsolete settings
Diffstat (limited to 'util')
-rw-r--r-- | util/prosodyctl/check.lua | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/util/prosodyctl/check.lua b/util/prosodyctl/check.lua index 71eda62d..704bee9e 100644 --- a/util/prosodyctl/check.lua +++ b/util/prosodyctl/check.lua @@ -103,8 +103,14 @@ local function check(arg) if not what or what == "config" then print("Checking config..."); local obsolete = set.new({ --> remove + "archive_cleanup_interval", "cross_domain_bosh", "cross_domain_websocket", + "dns_timeout", + "muc_log_cleanup_interval", + "s2s_dns_resolvers", + "setgid", + "setuid", }); local deprecated_replacements = { anonymous_login = "use 'authentication = \"anonymous\"'", |