Software /
code /
prosody
Diff
util/prosodyctl/check.lua @ 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 |
parent | 12099:b344edad61d3 |
child | 12119:28f723cff236 |
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\"'",