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 | f11e620eb73c131401eb77f6750a2f5e21c95c44 (patch) | |
tree | 302c38f58696a57e5c922cba260c78965c2f380a /doc | |
parent | 8a4bec10cab93f6ef4b99cdc7b7f2c1d36f43688 (diff) | |
download | prosody-f11e620eb73c131401eb77f6750a2f5e21c95c44.tar.gz prosody-f11e620eb73c131401eb77f6750a2f5e21c95c44.zip |
doap: Add XEP-0288
Diffstat (limited to 'doc')
-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> |