diff options
| author | Melvin Keskin <melvo@olomono.de> | 2022-09-13 22:38:06 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-13 22:38:06 +0200 |
| commit | da0f9af7a0d890b80aa71cf0072f66e4c6194892 (patch) | |
| tree | a2974ac3c558e1796149d1d5fced395de6b5cd18 /doc | |
| parent | ad7dc952ce404db3eac20d69c3c8346f0dbf8181 (diff) | |
| download | qxmpp-da0f9af7a0d890b80aa71cf0072f66e4c6194892.tar.gz | |
doc: doap: Fix XEP-0333: Chat Markers version (#459)
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/doap.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/doap.xml b/doc/doap.xml index 39283d1d..4c91e569 100644 --- a/doc/doap.xml +++ b/doc/doap.xml @@ -434,7 +434,8 @@ SPDX-License-Identifier: CC0-1.0 <xmpp:SupportedXep> <xmpp:xep rdf:resource='https://xmpp.org/extensions/xep-0333.html'/> <xmpp:status>complete</xmpp:status> - <xmpp:version>0.8.1</xmpp:version> + <xmpp:version>0.4</xmpp:version> + <xmpp:since>0.8.1</xmpp:since> </xmpp:SupportedXep> </implements> <implements> |
