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 | 9bab080c8be778994e2a83414a0f1855600a59bb (patch) | |
tree | 78167c4625db7bf23b83bdc392c94597db479442 /doc | |
parent | 16f4fd92fd4a1868e30794f89b15c99416a2b061 (diff) | |
download | prosody-9bab080c8be778994e2a83414a0f1855600a59bb.tar.gz prosody-9bab080c8be778994e2a83414a0f1855600a59bb.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> |