diff options
author | Kim Alvefur <zash@zash.se> | 2019-10-11 00:29:53 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2019-10-11 00:29:53 +0200 |
commit | 116ded720bcd9614b34be1eb3b4b794bb3a5c50b (patch) | |
tree | 1e59685509481d0e7d09332e7eaf393c275ae05e /doc | |
parent | eb9557dc286e0e2fbfeafda19b982f3da7faeef8 (diff) | |
download | prosody-116ded720bcd9614b34be1eb3b4b794bb3a5c50b.tar.gz prosody-116ded720bcd9614b34be1eb3b4b794bb3a5c50b.zip |
doap: Add detials for XEP-0280, 0288 and 0292
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doap.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/doap.xml b/doc/doap.xml index e916ab6a..787de9b4 100644 --- a/doc/doap.xml +++ b/doc/doap.xml @@ -413,19 +413,26 @@ <implements> <xmpp:SupportedXep> <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0280.html"/> + <xmpp:version>0.12.1</xmpp:version> + <xmpp:status>complete</xmpp:status> <xmpp:since>0.10</xmpp:since> </xmpp:SupportedXep> </implements> <implements> <xmpp:SupportedXep> <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0288.html"/> + <xmpp:version>1.0.1</xmpp:version> + <xmpp:status>complete</xmpp:status> <xmpp:since>0.12</xmpp:since> </xmpp:SupportedXep> </implements> <implements> <xmpp:SupportedXep> <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0292.html"/> + <xmpp:version>0.10</xmpp:version> + <xmpp:status>complete</xmpp:status> <xmpp:since>0.11</xmpp:since> + <xmpp:note>mod_vcard4, mod_vcard_legacy</xmpp:note> </xmpp:SupportedXep> </implements> <implements> |