Mercurial > prosody-modules
diff mod_archive_muc/README.wiki @ 1782:29f3d6b7ad16
Import wiki pages
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Mon, 24 Aug 2015 16:43:56 +0200 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mod_archive_muc/README.wiki Mon Aug 24 16:43:56 2015 +0200 @@ -0,0 +1,38 @@ +#summary XEP-xxxx: Message Archive Management +#labels Stage-Alpha, Deprecated + += Introduction = + +Implementation of [http://matthewwild.co.uk/uploads/message-archive-management.html XEP-xxxx: Message Archive Management]. Like [mod_archive] but much simpler. + += Details = + +The server will have the ability to archive muc messages passing through. + += Usage = + +First copy the module to the prosody plugins directory. + +Then add "archive_muc" to your modules_enabled list: +{{{ + modules_enabled = { + -- ... + "privacy", + "archive_muc", + -- ... +}}} + += Configuration = + +|| *Name* || *Description* || *Type* || *Default value* || +|| auto_muc_archiving_enabled || applied when no any preferences available || boolean || true || + += Compatibility = +|| 0.7.0 || Works || + += TODO = +Test + + + +