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 | 494774b629c17ccbe7e4575c3c4114a401d5cc8a (patch) | |
tree | 01745c270579eae187a5632ab14940cac27704b9 /doc | |
parent | 8f5d92c15e9a26ca360454df6cab03f21c8eba39 (diff) | |
download | prosody-494774b629c17ccbe7e4575c3c4114a401d5cc8a.tar.gz prosody-494774b629c17ccbe7e4575c3c4114a401d5cc8a.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> |