aboutsummaryrefslogtreecommitdiffstats
path: root/util/prosodyctl
diff options
context:
space:
mode:
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\"'",