util/prosodyctl/check.lua
changeset 12122 30d55809d9a6
parent 12103 b344edad61d3
child 12123 28f723cff236
--- a/util/prosodyctl/check.lua	Thu Dec 23 15:22:47 2021 +0100
+++ b/util/prosodyctl/check.lua	Sat Dec 25 13:00:23 2021 +0100
@@ -103,8 +103,14 @@
 	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\"'",