diff options
author | Kim Alvefur <zash@zash.se> | 2020-03-19 17:43:08 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2020-03-19 17:43:08 +0100 |
commit | 0063c2f4c188d3aad8e0f74e17fd13a802ce4389 (patch) | |
tree | 01745c270579eae187a5632ab14940cac27704b9 /doc | |
parent | aa899ea68f6ec56df5ccd1500592aa2b9e87852d (diff) | |
download | prosody-0063c2f4c188d3aad8e0f74e17fd13a802ce4389.tar.gz prosody-0063c2f4c188d3aad8e0f74e17fd13a802ce4389.zip |
doap: Add XEP-0317: Hats
See 76bb806cdd4b
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doap.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/doap.xml b/doc/doap.xml index 20686e03..116682b0 100644 --- a/doc/doap.xml +++ b/doc/doap.xml @@ -476,6 +476,15 @@ </implements> <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:since>0.12</xmpp:since> + <xmpp:note>muc/hats</xmpp:note> + </xmpp:SupportedXep> + </implements> + <implements> + <xmpp:SupportedXep> <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0318.html"/> <xmpp:version>0.2</xmpp:version> <xmpp:since>0.9</xmpp:since> |