Software /
code /
prosody
Diff
util/prosodyctl/check.lua @ 11777:08de090e05e9
util.prosodyctl.check: Add TODO about replacements for deprecated settings
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Thu, 09 Sep 2021 22:10:12 +0200 |
parent | 11776:1132a1f1ca5a |
child | 11778:f254fd16218a |
line wrap: on
line diff
--- a/util/prosodyctl/check.lua Thu Sep 09 22:09:41 2021 +0200 +++ b/util/prosodyctl/check.lua Thu Sep 09 22:10:12 2021 +0200 @@ -175,6 +175,7 @@ print(" You have some deprecated options in the global section:"); print(" "..tostring(deprecated_global_options)) ok = false; + -- FIXME show replacement options where applicable end for host, options in it.filter(function (h) return h ~= "*" end, pairs(configmanager.getconfig())) do local host_options = set.new(it.to_array(it.keys(options)));