diff options
author | Kim Alvefur <zash@zash.se> | 2022-01-31 17:07:12 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2022-01-31 17:07:12 +0100 |
commit | b5a932e77f3e514eab7d964769a09cf29eeb0682 (patch) | |
tree | 971c7aa5e4d31e297353e605a25d22f586ecf5fd /doc | |
parent | 26e4b841307559cf98089cd9917f20edb2b229f3 (diff) | |
download | prosody-b5a932e77f3e514eab7d964769a09cf29eeb0682.tar.gz prosody-b5a932e77f3e514eab7d964769a09cf29eeb0682.zip |
doap: Let's say XEP-0368 support is complete now
We break the SHOULD about the merged _xmpp and _xmpps SRV handling, but
we follow all the MUSTs
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doap.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/doap.xml b/doc/doap.xml index 0c6eb536..f673a059 100644 --- a/doc/doap.xml +++ b/doc/doap.xml @@ -736,7 +736,7 @@ <xmpp:SupportedXep> <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0368.html"/> <xmpp:version>1.1.0</xmpp:version> - <xmpp:status>partial</xmpp:status> + <xmpp:status>complete</xmpp:status> <xmpp:since>0.2.0</xmpp:since> <xmpp:note>c2s_direct_tls_ports (formerly legacy_ssl_ports) for c2s and direct_tls_s2s_ports for s2s</xmpp:note> </xmpp:SupportedXep> |