Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/python-nbxmpp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicoco <nicoco@nicoco.fr>2022-12-09 12:59:46 +0300
committerPhilipp Hörist <philipp@hoerist.com>2022-12-09 12:59:46 +0300
commit8293ab4cbeb94bd25525a119f3a53ef4beb5f80f (patch)
tree4fe5a9f0988204977fb052c91d2b1df2e3a817f0 /python-nbxmpp.doap
parent6f31072892ff530322f06c7d27ce22473483f932 (diff)
feat: Add message reactions (XEP-0444) support
Diffstat (limited to 'python-nbxmpp.doap')
-rw-r--r--python-nbxmpp.doap7
1 files changed, 7 insertions, 0 deletions
diff --git a/python-nbxmpp.doap b/python-nbxmpp.doap
index 05c9042..4ea96a5 100644
--- a/python-nbxmpp.doap
+++ b/python-nbxmpp.doap
@@ -415,5 +415,12 @@
<xmpp:version>0.2.1</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.1.0</xmpp:version>
+ </xmpp:SupportedXep>
+ </implements>
</Project>
</rdf:RDF>