# HG changeset patch # User shinysky1986@gmail.com # Date 1281705872 0 # Node ID 4616d70c974ac494dc1d5e6e17ad95b06400aa06 # Parent 5d350ab051f8caae8dbb4886be4bcd7b97e42d22 Edited wiki page through web user interface. diff -r 5d350ab051f8 -r 4616d70c974a mod_archive_muc.wiki --- 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 + + +