Diff

util/prosodyctl/check.lua @ 11807:f5295e59ca78

mod_register_limits: Reword some options Remember to remove the compatibility things in some future version
author Kim Alvefur <zash@zash.se>
date Sun, 19 Sep 2021 15:52:07 +0200
parent 11801:ab0dfe9cbe69
child 11826:e1c4cc5d0ef8
line wrap: on
line diff
--- a/util/prosodyctl/check.lua	Fri Sep 17 16:28:07 2021 +0200
+++ b/util/prosodyctl/check.lua	Sun Sep 19 15:52:07 2021 +0200
@@ -103,6 +103,10 @@
 			require_encryption = "use 'c2s_require_encryption' and 's2s_require_encryption'",
 			vcard_compatibility = "use 'mod_compat_vcard' from prosody-modules",
 			use_libevent = "use 'network_backend = \"event\"'",
+			whitelist_registration_only = "use 'allowlist_registration_only'",
+			registration_whitelist = "use 'registration_allowlist'",
+			registration_blacklist = "use 'registration_blocklist'",
+			blacklist_on_registration_throttle_overload = "use 'blocklist_on_registration_throttle_overload'",
 		};
 		-- FIXME all the singular _port and _interface options are supposed to be deprecated too
 		local deprecated_ports = { bosh = "http", legacy_ssl = "c2s_direct_tls" };