diff options
author | Kim Alvefur <zash@zash.se> | 2020-12-13 15:12:21 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2020-12-13 15:12:21 +0100 |
commit | f7230cb808d72edb29ea4b516f1eea0b2367c0d8 (patch) | |
tree | 95aa9fee07b0aa600c7a8fbc181a2ba1dc220ba4 /doc | |
parent | 9463be2c81f8fe14768f2244bd4dc575ed7d672c (diff) | |
download | prosody-f7230cb808d72edb29ea4b516f1eea0b2367c0d8.tar.gz prosody-f7230cb808d72edb29ea4b516f1eea0b2367c0d8.zip |
doap: Add XEP-0059, RSM is used indirectly by XEP-0313
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 48fada05..7467a9c1 100644 --- a/doc/doap.xml +++ b/doc/doap.xml @@ -138,6 +138,14 @@ </implements> <implements> <xmpp:SupportedXep> + <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0059.html"/> + <xmpp:version>1.0</xmpp:version> + <xmpp:since>0.10.0</xmpp:since> + <xmpp:note>used by XEP-0313, util.rsm</xmpp:note> + </xmpp:SupportedXep> + </implements> + <implements> + <xmpp:SupportedXep> <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0060.html"/> <xmpp:version>1.15.8</xmpp:version> <xmpp:since>0.9</xmpp:since> |