view mod_archive_muc.wiki @ 209:101519e4ef14

Edited wiki page mod_auth_dovecot through web user interface. Included information on how to set it up in Dovecot.
author daniel@aleksand.no
date Fri, 02 Sep 2011 23:45:36 +0000
parents 4616d70c974a
children c929df198f10
line wrap: on
line source

#summary XEP-xxxx: Message Archive Management
#labels Stage-Alpha

= 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