diff options
author | Kim Alvefur <zash@zash.se> | 2020-12-29 21:31:26 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2020-12-29 21:31:26 +0100 |
commit | 100bcdb6b10c72c3718ece86165461cccd1aff41 (patch) | |
tree | 8f8f745776b480c5f5b528d9e75d35c05a953aa0 /doc | |
parent | a044efd8bbc0e1b4d5989bc14527d9a1eeea9b81 (diff) | |
download | prosody-100bcdb6b10c72c3718ece86165461cccd1aff41.tar.gz prosody-100bcdb6b10c72c3718ece86165461cccd1aff41.zip |
doap: LibExpat was used from the start and thus XEP-0044 supported
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doap.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/doap.xml b/doc/doap.xml index 4ebab188..c57582d4 100644 --- a/doc/doap.xml +++ b/doc/doap.xml @@ -101,6 +101,8 @@ <implements> <xmpp:SupportedXep> <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0044.html"/> + <xmpp:version>0.1</xmpp:version> + <xmpp:since>0.1.0</xmpp:since> <xmpp:note>libexpat</xmpp:note> </xmpp:SupportedXep> </implements> |