# HG changeset patch # User Kim Alvefur # Date 1640433623 -3600 # Node ID 30d55809d9a6578a92bdb4bb12ca274ec69b03a9 # Parent 0c9b64178eda65565983293a7c9657fe79c9c737 util.prosodyctl.check: Add some more obsolete settings 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\"'",