diff options
author | Kim Alvefur <zash@zash.se> | 2021-01-12 19:25:29 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2021-01-12 19:25:29 +0100 |
commit | ec6a96d0b08c2202c474842c61cc827443779486 (patch) | |
tree | 21a8bf3b234c36cea6b7a95b431604e45117ae9e /doc | |
parent | a481f7b6ead61f0072fae1ae8af418e8043d561b (diff) | |
download | prosody-ec6a96d0b08c2202c474842c61cc827443779486.tar.gz prosody-ec6a96d0b08c2202c474842c61cc827443779486.zip |
mod_mam: Advertise extended MAM when archive storage is capable
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doap.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/doap.xml b/doc/doap.xml index 57c8c97d..ff037cd7 100644 --- a/doc/doap.xml +++ b/doc/doap.xml @@ -569,7 +569,7 @@ <xmpp:SupportedXep> <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0313.html"/> <xmpp:version>0.7.2</xmpp:version> - <xmpp:status>partial</xmpp:status> + <xmpp:status>complete</xmpp:status> <xmpp:since>0.10.0</xmpp:since> <xmpp:note>mod_mam, mod_muc_mam</xmpp:note> </xmpp:SupportedXep> |