Mercurial > prosody-wiki
changeset 149:4616d70c974a
Edited wiki page through web user interface.
author | shinysky1986@gmail.com |
---|---|
date | Fri, 13 Aug 2010 13:24:32 +0000 |
parents | 5d350ab051f8 |
children | ebf8207478f3 |
files | mod_archive_muc.wiki |
diffstat | 1 files changed, 26 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_archive_muc.wiki Fri Aug 13 13:15:01 2010 +0000 +++ b/mod_archive_muc.wiki Fri Aug 13 13:24:32 2010 +0000 @@ -5,11 +5,34 @@ 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 = -Load mod_archive_muc. + +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 -= Compatibility = -0.7.0 \ No newline at end of file + + +