# HG changeset patch # User MWild1 # Date 1309892527 0 # Node ID 757684c251d9a300ab168e6c38edefbd1253ad4e # Parent 140beda24a8cf8f160e4bc8999cac7012320ee66 Edited wiki page mod_archive through web user interface. diff -r 140beda24a8c -r 757684c251d9 mod_archive.wiki --- a/mod_archive.wiki Thu Jun 16 12:26:40 2011 +0000 +++ b/mod_archive.wiki Tue Jul 05 19:02:07 2011 +0000 @@ -5,11 +5,11 @@ 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. -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]. - = Details = -The server will have the ability to archive messages passing through. +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]. + +*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. = Usage =