Software /
code /
prosody
Changeset
10313:b52f916e1813
doap: Mention support for XEP-0122: Data Forms Validation
Added to util.dataforms in a4c52e304e6f.
Used in PubSub (cc32aae5c7da) and MUC (13ccc2f05007).
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Wed, 09 Oct 2019 23:20:22 +0200 |
parents | 10312:94bc264114b0 |
children | 10314:bbc879eab1bf |
files | doc/doap.xml |
diffstat | 1 files changed, 8 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/doap.xml Wed Oct 09 23:19:42 2019 +0200 +++ b/doc/doap.xml Wed Oct 09 23:20:22 2019 +0200 @@ -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>