diff options
author | Kim Alvefur <zash@zash.se> | 2020-12-13 16:21:52 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2020-12-13 16:21:52 +0100 |
commit | 4992bac7df1d4cdea52827fd8621e4c862145202 (patch) | |
tree | 78167c4625db7bf23b83bdc392c94597db479442 /doc | |
parent | ff784bc62650aa9f4570ac93fb2202c3a706b681 (diff) | |
download | prosody-4992bac7df1d4cdea52827fd8621e4c862145202.tar.gz prosody-4992bac7df1d4cdea52827fd8621e4c862145202.zip |
doap: Add XEP-0277 for use in mod_storage_0227 and tools/xep227toprosody.lua
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 2e61b2f2..baf13864 100644 --- a/doc/doap.xml +++ b/doc/doap.xml @@ -494,6 +494,13 @@ </implements> <implements> <xmpp:SupportedXep> + <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0277.html"/> + <xmpp:status>partial</xmpp:status> + <xmpp:note>mod_storage_0227</xmpp:note> + </xmpp:SupportedXep> + </implements> + <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> |