add xep-0444 to doap file

Daniel Gultsch created

Change summary

CHANGELOG.md       | 4 ++++
conversations.doap | 8 ++++++++
2 files changed, 12 insertions(+)

Detailed changes

CHANGELOG.md 🔗

@@ -1,5 +1,9 @@
 # Changelog
 
+### Version 2.17.0
+
+* Support Message Reactions
+
 ### Version 2.16.7
 
 * Add timeout to call initiation

conversations.doap 🔗

@@ -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"/>