view mod_mam.wiki @ 256:c44f0864b33c

updated wiki to warn that without latest trunk, component status will be incorrect (flagging is not there)
author Marco Cirillo <maranda@lightwitch.org>
date Tue, 10 Jan 2012 19:54:54 +0000
parents 1da94ec1f030
children 6fb8d4252b73
line wrap: on
line source

#summary XEP-xxxx: Message Archive Management (Really)
#labels Stage-Alpha

= Introduction =

Implementation of [http://matthewwild.co.uk/uploads/message-archive-management.html XEP-xxxx: Message Archive Management]. Like [mod_archive] but much simpler.

*Note that this is an implementation of a ProtoXEP, which may be subject to major i changes.*

= Details =

The server will archive messages passing through, and clients can query their archive.

= Usage =

First copy the module to the prosody plugins directory.

Then add "mam" to your modules_enabled list:
{{{
    modules_enabled = {
                    -- ...
                    "mam",
                    -- ...
		}
}}}

= Configuration =

= Compatibility =
|| 0.8.0 || Works ||
|| trunk || Should work ||

= TODO =

	* Preferences
	* Optimize
	* Use new stanza archive API once it appears