diff options
author | Kim Alvefur <zash@zash.se> | 2020-12-13 16:20:41 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2020-12-13 16:20:41 +0100 |
commit | ff784bc62650aa9f4570ac93fb2202c3a706b681 (patch) | |
tree | 7ec2f67ddbe65696e7dd417cd85ae1d63a9a2f46 | |
parent | 895201c114b882b7ff39321a1662d6166fd3224a (diff) | |
download | prosody-ff784bc62650aa9f4570ac93fb2202c3a706b681.tar.gz prosody-ff784bc62650aa9f4570ac93fb2202c3a706b681.zip |
doap: Not all of XEP-0133 commands are implemented
-rw-r--r-- | doc/doap.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/doap.xml b/doc/doap.xml index 4bfbf04d..2e61b2f2 100644 --- a/doc/doap.xml +++ b/doc/doap.xml @@ -289,6 +289,7 @@ <xmpp:SupportedXep> <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0133.html"/> <xmpp:since>0.7</xmpp:since> + <xmpp:status>partial</xmpp:status> </xmpp:SupportedXep> </implements> <implements> |