diff options
author | Matthew Wild <mwild1@gmail.com> | 2022-03-02 14:32:02 +0000 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2022-03-02 14:32:02 +0000 |
commit | 55dd856a507a69b68b04ec2ec961fd9c55ac6ecc (patch) | |
tree | 2ffbd110d9fe1d2a31872d463d632608b445f930 /prosody.cfg.lua.dist | |
parent | 4102ef8e05fe21ac650f86ba11c1eca8081f827d (diff) | |
download | prosody-55dd856a507a69b68b04ec2ec961fd9c55ac6ecc.tar.gz prosody-55dd856a507a69b68b04ec2ec961fd9c55ac6ecc.zip |
prosody.cfg.lua.dist: Improve mod_mam description to indicate its purpose
Diffstat (limited to 'prosody.cfg.lua.dist')
-rw-r--r-- | prosody.cfg.lua.dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/prosody.cfg.lua.dist b/prosody.cfg.lua.dist index 128ba836..13912349 100644 --- a/prosody.cfg.lua.dist +++ b/prosody.cfg.lua.dist @@ -60,7 +60,7 @@ modules_enabled = { "invites"; -- Create and manage invites "invites_register"; -- Create accounts using invites "invites_adhoc"; -- Create invites via AdHoc command - --"mam"; -- Store messages in an archive and allow users to access it + --"mam"; -- Store recent messages to allow multi-device synchronization --"turn_external"; -- Provide external STUN/TURN service for e.g. audio/video calls -- Admin interfaces |