branch: elpa/jabber
commit 1f3852e6f77a216dc53703204cc167c9a07325f3
Author: Thanos Apollo <[email protected]>
Commit: Thanos Apollo <[email protected]>
doap: Use release version in xmpp:since
DOAP xmpp:since records the release a feature ships in, not the
current dev tag.
---
doap.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/doap.xml b/doap.xml
index 8e85ad132e..756c803031 100644
--- a/doap.xml
+++ b/doap.xml
@@ -331,7 +331,7 @@
<xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0163.html"/>
<xmpp:status>complete</xmpp:status>
<xmpp:version>1.2.2</xmpp:version>
- <xmpp:since>0.10.1-alpha</xmpp:since>
+ <xmpp:since>0.10.1</xmpp:since>
</xmpp:SupportedXep>
</implements>
<implements>
@@ -469,7 +469,7 @@
<xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0368.html"/>
<xmpp:status>complete</xmpp:status>
<xmpp:version>1.1.0</xmpp:version>
- <xmpp:since>0.10.1-alpha</xmpp:since>
+ <xmpp:since>0.10.1</xmpp:since>
<xmpp:note>ALPN not supported (Emacs GnuTLS bindings lack ALPN API).
Servers multiplexing on port 443 that require ALPN will fall through to
STARTTLS targets.</xmpp:note>
</xmpp:SupportedXep>
</implements>