diff options
author | Kim Alvefur <zash@zash.se> | 2019-10-09 23:20:22 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2019-10-09 23:20:22 +0200 |
commit | ab2711ede517c303256e4919203f1c7b2b9b6b87 (patch) | |
tree | aa836d238e18f3dc8b56b6c3fdddad1b59e05297 /doc/doap.xml | |
parent | d3a7d673d63cc78564ee231f58751c4ad11c0c1a (diff) | |
download | prosody-ab2711ede517c303256e4919203f1c7b2b9b6b87.tar.gz prosody-ab2711ede517c303256e4919203f1c7b2b9b6b87.zip |
doap: Mention support for XEP-0122: Data Forms Validation
Added to util.dataforms in a4c52e304e6f.
Used in PubSub (cc32aae5c7da) and MUC (13ccc2f05007).
Diffstat (limited to 'doc/doap.xml')
-rw-r--r-- | doc/doap.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/doap.xml b/doc/doap.xml index 5f20efaf..76f9cae1 100644 --- a/doc/doap.xml +++ b/doc/doap.xml @@ -238,6 +238,14 @@ </implements> <implements> <xmpp:SupportedXep> + <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0122.html"/> + <xmpp:version>1.0.2</xmpp:version> + <xmpp:since>0.11</xmpp:since> + <xmpp:status>partial</xmpp:status> + </xmpp:SupportedXep> + </implements> + <implements> + <xmpp:SupportedXep> <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0128.html"/> <xmpp:since>0.9</xmpp:since> </xmpp:SupportedXep> |