diff options
author | Kim Alvefur <zash@zash.se> | 2020-12-06 22:04:43 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2020-12-06 22:04:43 +0100 |
commit | 2048a7a762e619974557c4015429626443835b4c (patch) | |
tree | 5a2d4af3562b76f93e92ecbbea1f0be8a724649d /doc | |
parent | b0c116f47b96bb5d9be4646d1031cc6606a81405 (diff) | |
download | prosody-2048a7a762e619974557c4015429626443835b4c.tar.gz prosody-2048a7a762e619974557c4015429626443835b4c.zip |
mod_saslauth: Advertise channel bindings via XEP-0440
This is useful when there's more than one channel binding in
circulation, since perhaps there will be varying support for them.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doap.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/doap.xml b/doc/doap.xml index fa3893f8..e767115b 100644 --- a/doc/doap.xml +++ b/doc/doap.xml @@ -845,5 +845,13 @@ <xmpp:note>Broken out of XEP-0313</xmpp:note> </xmpp:SupportedXep> </implements> + <implements> + <xmpp:SupportedXep> + <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0440.html"/> + <xmpp:version>0.2.0</xmpp:version> + <xmpp:since>trunk</xmpp:since> + <xmpp:status>complete</xmpp:status> + </xmpp:SupportedXep> + </implements> </Project> </rdf:RDF> |