diff options
author | Kim Alvefur <zash@zash.se> | 2023-11-11 18:29:50 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2023-11-11 18:29:50 +0100 |
commit | 501a5f576615605716dcc8d301692e67f5f8203e (patch) | |
tree | e5804cf254a1561f0c4f0717da5111ef60fb4160 | |
parent | 0fc5e59b544d4e6b1752d7edd581ef14cd724d1f (diff) | |
download | prosody-501a5f576615605716dcc8d301692e67f5f8203e.tar.gz prosody-501a5f576615605716dcc8d301692e67f5f8203e.zip |
doap: Update XEP-0313 version, only change align with current mod_mam behavior
-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 67647700..8eeae0e7 100644 --- a/doc/doap.xml +++ b/doc/doap.xml @@ -689,7 +689,7 @@ <implements> <xmpp:SupportedXep> <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0313.html"/> - <xmpp:version>1.0.1</xmpp:version> + <xmpp:version>1.1.0</xmpp:version> <xmpp:status>complete</xmpp:status> <xmpp:since>0.10.0</xmpp:since> <xmpp:note>mod_mam, mod_muc_mam</xmpp:note> |