# HG changeset patch # User Matthew Wild # Date 1646231522 0 # Node ID bedf13eb573f3a8885e1c283c71366717befbe08 # Parent 2b5806c092f9750f2b0128dd9f35b001b75ab75b prosody.cfg.lua.dist: Improve mod_mam description to indicate its purpose diff -r 2b5806c092f9 -r bedf13eb573f prosody.cfg.lua.dist --- a/prosody.cfg.lua.dist Wed Mar 02 14:27:28 2022 +0000 +++ b/prosody.cfg.lua.dist Wed Mar 02 14:32:02 2022 +0000 @@ -60,7 +60,7 @@ "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