diff options
author | Matthew Wild <mwild1@gmail.com> | 2020-04-23 13:53:18 +0100 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2020-04-23 13:53:18 +0100 |
commit | 51b769dc243f2c7a29c81e383400734304d3e7bf (patch) | |
tree | 5049caa623fcdfd2296f00009ea8ef73fc02c28b /doc | |
parent | 4fdc7610738d092181ba0fe5f7fc1e5bee17e90e (diff) | |
parent | 80aaa484c38af613e61ad2f1af0ca186933ab3b8 (diff) | |
download | prosody-51b769dc243f2c7a29c81e383400734304d3e7bf.tar.gz prosody-51b769dc243f2c7a29c81e383400734304d3e7bf.zip |
Merge with upstream trunk
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 c23334ae..540cbe51 100644 --- a/doc/doap.xml +++ b/doc/doap.xml @@ -431,6 +431,14 @@ </implements> <implements> <xmpp:SupportedXep> + <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0249.html"/> + <xmpp:version>1.2</xmpp:version> + <xmpp:since>0.12</xmpp:since> + <xmpp:note>mod_csi_simple</xmpp:note> + </xmpp:SupportedXep> + </implements> + <implements> + <xmpp:SupportedXep> <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0280.html"/> <xmpp:version>0.12.1</xmpp:version> <xmpp:status>complete</xmpp:status> |