mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-20 16:15:59 +01:00
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:
parent
d43ce53f9a
commit
99e51a2123
@ -665,6 +665,15 @@
|
|||||||
<xmpp:note>mod_private</xmpp:note>
|
<xmpp:note>mod_private</xmpp:note>
|
||||||
</xmpp:SupportedXep>
|
</xmpp:SupportedXep>
|
||||||
</implements>
|
</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>
|
<implements>
|
||||||
<xmpp:SupportedXep>
|
<xmpp:SupportedXep>
|
||||||
<xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0441.html"/>
|
<xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0441.html"/>
|
||||||
|
@ -28,6 +28,7 @@
|
|||||||
-protocol({xep, 313, '0.6.1', '15.06', "", ""}).
|
-protocol({xep, 313, '0.6.1', '15.06', "", ""}).
|
||||||
-protocol({xep, 334, '0.2'}).
|
-protocol({xep, 334, '0.2'}).
|
||||||
-protocol({xep, 359, '0.5.0'}).
|
-protocol({xep, 359, '0.5.0'}).
|
||||||
|
-protocol({xep, 425, '0.2.1', '23.04', "", ""}).
|
||||||
-protocol({xep, 441, '0.2.0'}).
|
-protocol({xep, 441, '0.2.0'}).
|
||||||
|
|
||||||
-behaviour(gen_mod).
|
-behaviour(gen_mod).
|
||||||
|
Loading…
Reference in New Issue
Block a user