From cc0bac1746cdb5c48126e5234adfba721f6615b2 Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Thu, 8 Jul 2021 10:53:02 +0200 Subject: [PATCH] Add MAM notice to /help mam --- src/command/cmd_defs.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/command/cmd_defs.c b/src/command/cmd_defs.c index f2fac9cc..681be6d6 100644 --- a/src/command/cmd_defs.c +++ b/src/command/cmd_defs.c @@ -2590,7 +2590,9 @@ static struct cmd_t command_defs[] = { CMD_SYN( "/mam |") CMD_DESC( - "Enable/Disable Message Archive Management (XEP-0313)") + "Enable/Disable Message Archive Management (XEP-0313) " + "MAM is in experimental state. For regular users there are still many confusing things when enabling this feature. " + "We are going to work on this in future releases. So far this setting is mostly here for developers.") CMD_ARGS( { "on|off", "Enable or disable MAM" }) CMD_NOEXAMPLES