From eaa1d6bed42281324432cdf4bda715a0ca774326 Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Sat, 25 Dec 2021 13:00:23 +0100 Subject: util.prosodyctl.check: Add some more obsolete settings --- util/prosodyctl/check.lua | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'util/prosodyctl') diff --git a/util/prosodyctl/check.lua b/util/prosodyctl/check.lua index 71eda62d..704bee9e 100644 --- a/util/prosodyctl/check.lua +++ b/util/prosodyctl/check.lua @@ -103,8 +103,14 @@ local function check(arg) 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\"'", -- cgit v1.2.3