aboutsummaryrefslogtreecommitdiffstats
path: root/util/prosodyctl
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2021-12-25 13:00:23 +0100
committerKim Alvefur <zash@zash.se>2021-12-25 13:00:23 +0100
commiteaa1d6bed42281324432cdf4bda715a0ca774326 (patch)
tree4ddd941374fb1f083583a498962aec6e735ada08 /util/prosodyctl
parent18ef5ec4d82b6e3def067b26f5e345ac09ffc9bd (diff)
downloadprosody-eaa1d6bed42281324432cdf4bda715a0ca774326.tar.gz
prosody-eaa1d6bed42281324432cdf4bda715a0ca774326.zip
util.prosodyctl.check: Add some more obsolete settings
Diffstat (limited to 'util/prosodyctl')
-rw-r--r--util/prosodyctl/check.lua6
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\"'",