diff options
author | Kim Alvefur <zash@zash.se> | 2020-11-30 21:00:45 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2020-11-30 21:00:45 +0100 |
commit | b96341a58f9bcf8829e34b17d766f55a58c3f82d (patch) | |
tree | ff136b8f603e3460fa13fb93f9ecd45a4d9e4d01 /doc | |
parent | f4208459a70ad45794af44c54a7de2e2785ef9e9 (diff) | |
download | prosody-b96341a58f9bcf8829e34b17d766f55a58c3f82d.tar.gz prosody-b96341a58f9bcf8829e34b17d766f55a58c3f82d.zip |
mod_mam: Advertise extended MAM 0.7.x behind a feature flag
In order to ease testing until the extended feautres are all
implemented.
Also TODOs for all the sub-features.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doap.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/doap.xml b/doc/doap.xml index 30a876fa..57c8c97d 100644 --- a/doc/doap.xml +++ b/doc/doap.xml @@ -568,7 +568,8 @@ <implements> <xmpp:SupportedXep> <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0313.html"/> - <xmpp:version>0.6.3</xmpp:version> + <xmpp:version>0.7.2</xmpp:version> + <xmpp:status>partial</xmpp:status> <xmpp:since>0.10.0</xmpp:since> <xmpp:note>mod_mam, mod_muc_mam</xmpp:note> </xmpp:SupportedXep> |