Diff

util/prosodyctl/check.lua @ 13256:53708752cc5d

Merge 0.12->trunk
author Kim Alvefur <zash@zash.se>
date Wed, 30 Aug 2023 11:09:12 +0200
parent 13220:56decf85db1d
parent 13254:a2ba3f06dcf4
line wrap: on
line diff
--- a/util/prosodyctl/check.lua	Sat Aug 26 15:10:58 2023 +0200
+++ b/util/prosodyctl/check.lua	Wed Aug 30 11:09:12 2023 +0200
@@ -369,7 +369,7 @@
 		local deprecated_replacements = {
 			anonymous_login = instead_use("option", "authentication", "anonymous");
 			daemonize = "instead, use the --daemonize/-D or --foreground/-F command line flags";
-			disallow_s2s = instead_use("module", "s2s");
+			disallow_s2s = instead_use("module", "s2s", "modules_disabled");
 			no_daemonize = "instead, use the --daemonize/-D or --foreground/-F command line flags";
 			require_encryption = "instead, use 'c2s_require_encryption' and 's2s_require_encryption'";
 			vcard_compatibility = instead_use("community", "mod_compat_vcard");