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 | 741a2fc37b9c842260f735a682fd458c85100ff1 (patch) | |
tree | ff136b8f603e3460fa13fb93f9ecd45a4d9e4d01 /doc/doap.xml | |
parent | f79bfc4c4570c7e267a0e4654baaa1ac73c0287b (diff) | |
download | prosody-741a2fc37b9c842260f735a682fd458c85100ff1.tar.gz prosody-741a2fc37b9c842260f735a682fd458c85100ff1.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/doap.xml')
-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> |