diff 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
line wrap: on
line diff
--- 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 =