CHANGELOG.md 🔗
@@ -1,5 +1,9 @@
# Changelog
+### Version 2.17.0
+
+* Support Message Reactions
+
### Version 2.16.7
* Add timeout to call initiation
Daniel Gultsch created
CHANGELOG.md | 4 ++++
conversations.doap | 8 ++++++++
2 files changed, 12 insertions(+)
@@ -1,5 +1,9 @@
# Changelog
+### Version 2.17.0
+
+* Support Message Reactions
+
### Version 2.16.7
* Add timeout to call initiation
@@ -467,6 +467,14 @@
<xmpp:version>0.4.0</xmpp:version>
</xmpp:SupportedXep>
</implements>
+ <implements>
+ <xmpp:SupportedXep>
+ <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0444.html"/>
+ <xmpp:status>complete</xmpp:status>
+ <xmpp:version>0.2.1</xmpp:version>
+ <xmpp:since>2.17.0</xmpp:since>
+ </xmpp:SupportedXep>
+ </implements>
<implements>
<xmpp:SupportedXep>
<xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0454.html"/>