1
0
Fork 0
mirror of https://github.com/processone/ejabberd synced 2025-10-03 01:39:35 +02:00

Update doap with info about xep-0486

This commit is contained in:
Pawel Chmielowski 2025-07-08 20:03:23 +02:00
parent 443f39bfdb
commit 4694a482f4
2 changed files with 10 additions and 0 deletions

View file

@ -836,5 +836,14 @@
<xmpp:note>mod_pubsub_serverinfo</xmpp:note> <xmpp:note>mod_pubsub_serverinfo</xmpp:note>
</xmpp:SupportedXep> </xmpp:SupportedXep>
</implements> </implements>
<implements>
<xmpp:SupportedXep>
<xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0486.html"/>
<xmpp:version>0.1.0</xmpp:version>
<xmpp:since>24.07</xmpp:since>
<xmpp:status>complete</xmpp:status>
<xmpp:note>mod_muc</xmpp:note>
</xmpp:SupportedXep>
</implements>
</Project> </Project>
</rdf:RDF> </rdf:RDF>

View file

@ -26,6 +26,7 @@
-author('alexey@process-one.net'). -author('alexey@process-one.net').
-protocol({xep, 45, '1.25', '0.5.0', "complete", ""}). -protocol({xep, 45, '1.25', '0.5.0', "complete", ""}).
-protocol({xep, 249, '1.2', '0.5.0', "complete", ""}). -protocol({xep, 249, '1.2', '0.5.0', "complete", ""}).
-protocol({xep, 486, '0.1.0', '24.07', "complete", ""}).
-ifndef(GEN_SERVER). -ifndef(GEN_SERVER).
-define(GEN_SERVER, gen_server). -define(GEN_SERVER, gen_server).
-endif. -endif.