diff options
author | Kim Alvefur <zash@zash.se> | 2020-12-08 20:34:45 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2020-12-08 20:34:45 +0100 |
commit | 18ab8c1c98f2ad7b5c5502d53b49718b5bf95d56 (patch) | |
tree | 7a29ffae2cfaca29fedb6465dc4ee2b169cd2ec6 | |
parent | ee1f17a3013100f875586ba70b5dd485361c6ad8 (diff) | |
download | prosody-18ab8c1c98f2ad7b5c5502d53b49718b5bf95d56.tar.gz prosody-18ab8c1c98f2ad7b5c5502d53b49718b5bf95d56.zip |
doap: XEP-0048 is indirectly supported via XEP-0049 by mod_privacy
-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 ea4308c0..b2fa5089 100644 --- a/doc/doap.xml +++ b/doc/doap.xml @@ -103,6 +103,14 @@ </implements> <implements> <xmpp:SupportedXep> + <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0048.html"/> + <xmpp:version>1.2</xmpp:version> + <xmpp:since>0.1</xmpp:since> + <xmpp:note>mod_private, indirectly supported via XEP-0049</xmpp:note> + </xmpp:SupportedXep> + </implements> + <implements> + <xmpp:SupportedXep> <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0049.html"/> <xmpp:version>1.2</xmpp:version> <xmpp:since>0.1</xmpp:since> |