aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2022-04-13 16:34:57 +0200
committerBadlop <badlop@process-one.net>2022-04-13 17:33:08 +0200
commit87445bc74be490899e3878c758718ba74804e297 (patch)
treeed3544c4d783e4508cbdf0116f969044e02c70d5 /src
parentFix syntax of some commands' result_example (diff)
Clarify mod_offline's use_mam_for_storage option
Diffstat (limited to 'src')
-rw-r--r--src/mod_offline.erl18
1 files changed, 8 insertions, 10 deletions
diff --git a/src/mod_offline.erl b/src/mod_offline.erl
index 70e7403ed..77610f5a7 100644
--- a/src/mod_offline.erl
+++ b/src/mod_offline.erl
@@ -1294,20 +1294,18 @@ mod_doc() ->
{use_mam_for_storage,
#{value => "true | false",
desc =>
- ?T("This is an experimental option. Enabling this option "
- "will make 'mod_offline' not use the former spool "
- "table for storing MucSub offline messages, but will "
- "use the archive table instead. This use of the archive "
- "table is cleaner and it makes it possible for clients "
- "to slowly drop the former offline use case and rely on "
- "message archive instead. It also further reduces the "
- "storage required when you enabled MucSub. Enabling this "
+ ?T("This is an experimental option. Enabling this option, "
+ "'mod_offline' uses the 'mod_mam' archive table instead "
+ "of its own spool table to retrieve the messages received "
+ "when the user was offline. This allows client "
+ "developers to slowly drop XEP-0160 and rely on XEP-0313 "
+ "instead. It also further reduces the "
+ "storage required when you enable MucSub. Enabling this "
"option has a known drawback for the moment: most of "
"flexible message retrieval queries don't work (those that "
"allow retrieval/deletion of messages by id), but this "
"specification is not widely used. The default value "
- "is 'false' to keep former behaviour as default and "
- "ensure this option is disabled.")}},
+ "is 'false' to keep former behaviour as default.")}},
{bounce_groupchat,
#{value => "true | false",
desc =>