about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2021-07-08 10:53:02 +0200
committerMichael Vetter <jubalh@iodoru.org>2021-07-08 10:53:02 +0200
commitcc0bac1746cdb5c48126e5234adfba721f6615b2 (patch)
tree5c09e8dfe034a8d3e6671361f12c368c2eb399b3 /src
parent20e1f16b1fdfeaa8c70a73c995059c8134e7f631 (diff)
downloadprofani-tty-cc0bac1746cdb5c48126e5234adfba721f6615b2.tar.gz
Add MAM notice to /help mam
Diffstat (limited to 'src')
-rw-r--r--src/command/cmd_defs.c4
1 files changed, 3 insertions, 1 deletions
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 <on>|<off>")
       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