Mention in mod_mam.erl its support for XEP-0425: Message Moderation

Then run "make doap" to regenerate ejabberd.doap
This commit is contained in:
Badlop 2023-03-30 17:01:44 +02:00
parent d43ce53f9a
commit 99e51a2123
2 changed files with 10 additions and 0 deletions

View File

@ -665,6 +665,15 @@
<xmpp:note>mod_private</xmpp:note>
</xmpp:SupportedXep>
</implements>
<implements>
<xmpp:SupportedXep>
<xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0425.html"/>
<xmpp:version>0.2.1</xmpp:version>
<xmpp:since>23.04</xmpp:since>
<xmpp:status></xmpp:status>
<xmpp:note>mod_mam</xmpp:note>
</xmpp:SupportedXep>
</implements>
<implements>
<xmpp:SupportedXep>
<xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0441.html"/>

View File

@ -28,6 +28,7 @@
-protocol({xep, 313, '0.6.1', '15.06', "", ""}).
-protocol({xep, 334, '0.2'}).
-protocol({xep, 359, '0.5.0'}).
-protocol({xep, 425, '0.2.1', '23.04', "", ""}).
-protocol({xep, 441, '0.2.0'}).
-behaviour(gen_mod).