Mercurial > prosody-wiki
comparison mod_archive.wiki @ 334:403950aefc52
Update wiki page to reflect mod_archive status and suggest alternatives
author | MWild1@gmail.com |
---|---|
date | Wed, 03 Apr 2013 18:25:55 +0000 |
parents | 757684c251d9 |
children | c929df198f10 |
comparison
equal
deleted
inserted
replaced
333:0a4e55f75eb2 | 334:403950aefc52 |
---|---|
1 #summary XEP-0136: Message Archiving | 1 #summary XEP-0136: Message Archiving |
2 #labels Stage-Beta | 2 #labels Stage-Unsupported |
3 | |
4 ---- | |
5 This page is held here for reference only. mod_archive is no longer supported. | |
6 | |
7 Similar modules: | |
8 | |
9 * [mod_mam] | |
10 * [mod_mam_sql] | |
11 * [http://prosody.im/files/mod_log_messages.lua mod_log_messages] (mainly useful as a template for people making their own logging module) | |
12 | |
13 *Note:* If you are an administrator looking for a module just for centrally logging messages passing to/from users on your server, this probably isn't the module you are looking for (mod_archive is for user-managed archives). We'd really like to hear about your requirements to make a module more tailored to this kind of use-case though (especially how/where you would like the messages stored)... drop us an email at developers@prosody.im to let us know. | |
14 | |
15 ---- | |
3 | 16 |
4 = Introduction = | 17 = Introduction = |
5 | 18 |
6 Currently many XMPP clients save the messages locally and it's not convenient or even possible to retrieve the historical messages, especially when one switches the clients a lot. | 19 Currently many XMPP clients save the messages locally and it's not convenient or even possible to retrieve the historical messages, especially when one switches the clients a lot. |
7 | 20 |