diff options
author | Kim Alvefur <zash@zash.se> | 2024-03-28 15:26:57 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2024-03-28 15:26:57 +0100 |
commit | 8cdc5fb3a27464294e66e190a2b58ad91defadba (patch) | |
tree | 5cdc81275449faff1a55663d422953f1d533304f /doc | |
parent | e311f13c4342a2dfc059fd15fe87e51375b95398 (diff) | |
download | prosody-8cdc5fb3a27464294e66e190a2b58ad91defadba.tar.gz prosody-8cdc5fb3a27464294e66e190a2b58ad91defadba.zip |
MUC: Switch to official XEP-0317 namespace for Hats (including compat) (thanks nicoco)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doap.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/doap.xml b/doc/doap.xml index c5501be2..62e4063c 100644 --- a/doc/doap.xml +++ b/doc/doap.xml @@ -699,8 +699,8 @@ <implements> <xmpp:SupportedXep> <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0317.html"/> - <xmpp:version>0.1</xmpp:version> - <xmpp:status>planned</xmpp:status> + <xmpp:version>0.2.0</xmpp:version> + <xmpp:status>complete</xmpp:status> <xmpp:since>0.12.0</xmpp:since> <xmpp:note>muc/hats</xmpp:note> </xmpp:SupportedXep> |