diff options
author | Kim Alvefur <zash@zash.se> | 2019-09-09 19:54:59 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2019-09-09 19:54:59 +0200 |
commit | b83267011047adaa367b6b65d5268ec74456294b (patch) | |
tree | 302c38f58696a57e5c922cba260c78965c2f380a | |
parent | 951906f5d37932dd1149419d7ad50ac085f47111 (diff) | |
download | prosody-b83267011047adaa367b6b65d5268ec74456294b.tar.gz prosody-b83267011047adaa367b6b65d5268ec74456294b.zip |
doap: Add XEP-0288
-rw-r--r-- | doc/doap.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/doap.xml b/doc/doap.xml index 47b4ca14..ce6cca4c 100644 --- a/doc/doap.xml +++ b/doc/doap.xml @@ -374,6 +374,12 @@ </supports> <supports> <SupportedXep> + <xep rdf:resource="https://xmpp.org/extensions/xep-288.html"/> + <since>0.12</since> + </SupportedXep> + </supports> + <supports> + <SupportedXep> <xep rdf:resource="https://xmpp.org/extensions/xep-0292.html"/> <since>0.11</since> </SupportedXep> |