aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2020-12-06 22:04:43 +0100
committerKim Alvefur <zash@zash.se>2020-12-06 22:04:43 +0100
commit2048a7a762e619974557c4015429626443835b4c (patch)
tree5a2d4af3562b76f93e92ecbbea1f0be8a724649d /doc
parentb0c116f47b96bb5d9be4646d1031cc6606a81405 (diff)
downloadprosody-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.xml8
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>