diff -r 0c9b64178eda -r 30d55809d9a6 util/prosodyctl/check.lua --- 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\"'",