Changeset

12118:30d55809d9a6

util.prosodyctl.check: Add some more obsolete settings
author Kim Alvefur <zash@zash.se>
date Sat, 25 Dec 2021 13:00:23 +0100
parents 12117:0c9b64178eda
children 12119:28f723cff236
files util/prosodyctl/check.lua
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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\"'",