view mod_archive_muc.wiki @ 463:8331536b2615

added pages for mod_auth_any, mod_auth_joomla, mod_auth_phpbb3, mod_auth_wordpress and mod_saslname
author Kim Alvefur <zash@zash.se>
date Sun, 22 Jun 2014 15:52:39 +0200
parents f7f2befb0f3e
children
line wrap: on
line source

#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