changeset 14042:2afb278326ce 13.0

prosodyctl check features: change recommendation from mod_muc_mam to mod_mam This approach is simpler, and we may merge the two modules in the future.
author Matthew Wild <mwild1@gmail.com>
date Mon, 12 Jan 2026 18:02:51 +0000
parents 9f84b26224e1
children d8a30fdfbddd
files util/prosodyctl/check.lua
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/util/prosodyctl/check.lua	Mon Jan 12 18:02:17 2026 +0000
+++ b/util/prosodyctl/check.lua	Mon Jan 12 18:02:51 2026 +0000
@@ -1555,7 +1555,7 @@
 		};
 
 		local recommended_component_modules = {
-			muc = { "muc_mam" };
+			muc = { "mam" };
 		};
 
 		local function print_feature_status(feature, host)