Software /
code /
prosody-modules
File
mod_archive_muc/README.wiki @ 1784:1656d4fd71d0 last-google-code-commit
mod_cloud_notify: Fix syntax errors and name
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Mon, 24 Aug 2015 23:17:36 +0200 |
parent | 1782:29f3d6b7ad16 |
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