diff options
author | Link Mauve <linkmauve@linkmauve.fr> | 2020-12-04 19:12:34 +0100 |
---|---|---|
committer | Link Mauve <linkmauve@linkmauve.fr> | 2020-12-04 19:12:34 +0100 |
commit | e592a46c99888594bfb0bf71da99c88755912a37 (patch) | |
tree | 3122bfa1fc5917ef75f001f4215d17c4432a0696 /doap.xml | |
parent | d660e447ee8c7635a84d030fd51963a177dd42ad (diff) | |
parent | fa6fe5e851543175867621da1962f35f4d55828f (diff) | |
download | slixmpp-e592a46c99888594bfb0bf71da99c88755912a37.tar.gz slixmpp-e592a46c99888594bfb0bf71da99c88755912a37.tar.bz2 slixmpp-e592a46c99888594bfb0bf71da99c88755912a37.tar.xz slixmpp-e592a46c99888594bfb0bf71da99c88755912a37.zip |
Merge branch 'add-363' into 'master'
XEP-0363: Add 0363 to the extension list
See merge request poezio/slixmpp!74
Diffstat (limited to 'doap.xml')
-rw-r--r-- | doap.xml | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -522,6 +522,14 @@ </implements> <implements> <xmpp:SupportedXep> + <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0363.html"/> + <xmpp:status>complete</xmpp:status> + <xmpp:version>1.0.0</xmpp:version> + <xmpp:since>1.4.1</xmpp:since> + </xmpp:SupportedXep> + </implements> + <implements> + <xmpp:SupportedXep> <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0369.html"/> <xmpp:status>unknown</xmpp:status> </xmpp:SupportedXep> |