Mercurial > prosody-wiki
diff mod_mam.wiki @ 249:963ae0ff05b0
Add page for mod_mam
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 06 Jan 2012 16:52:20 +0100 |
parents | |
children | a711a9d4134d |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mod_mam.wiki Fri Jan 06 16:52:20 2012 +0100 @@ -0,0 +1,37 @@ +#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