comparison mod_archive.wiki @ 198:757684c251d9

Edited wiki page mod_archive through web user interface.
author MWild1
date Tue, 05 Jul 2011 19:02:07 +0000
parents 5d350ab051f8
children 403950aefc52
comparison
equal deleted inserted replaced
197:140beda24a8c 198:757684c251d9
3 3
4 = Introduction = 4 = Introduction =
5 5
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. 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.
7 7
8 So it will be much easier if the XMPP server supports server-side message archiving. In this case, the clients can retrieve archived messages anytime and anywhere. XMPP Extension Proposal XEP-0136 is defined for this purpose. This module is an implementation of [http://xmpp.org/extensions/xep-0136.html XEP-0136: Message Archiving].
9
10 = Details = 8 = Details =
11 9
12 The server will have the ability to archive messages passing through. 10 This module keeps an archive of incoming and outgoing messages for each user on the server, and allows the user to query and manage this archive using the XMPP extension described in [http://xmpp.org/extensions/xep-0136.html XEP-0136: Message Archiving].
11
12 *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.
13 13
14 = Usage = 14 = Usage =
15 15
16 First copy the module to the prosody plugins directory. 16 First copy the module to the prosody plugins directory.
17 17