mod_avatar implements XEP-0398 0.2.0 since ddc29d4

This commit is contained in:
Badlop 2024-01-05 16:39:53 +01:00
parent 1f60bcb2d0
commit 973ba58744
3 changed files with 5 additions and 6 deletions

View File

@ -632,10 +632,10 @@
<implements>
<xmpp:SupportedXep>
<xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0398.html"/>
<xmpp:version>0.2.00.2.0</xmpp:version>
<xmpp:since>17.09</xmpp:since>
<xmpp:version>0.2.0</xmpp:version>
<xmpp:since>18.03</xmpp:since>
<xmpp:status></xmpp:status>
<xmpp:note>mod_avatar, mod_vcard_xupdate</xmpp:note>
<xmpp:note>mod_avatar</xmpp:note>
</xmpp:SupportedXep>
</implements>
<implements>

View File

@ -22,7 +22,8 @@
%%%-------------------------------------------------------------------
-module(mod_avatar).
-behaviour(gen_mod).
-protocol({xep, 398, '0.2.0', '17.09', "", ""}).
-protocol({xep, 398, '0.2.0', '18.03', "", ""}).
%% gen_mod API
-export([start/2, stop/1, reload/3, depends/2, mod_opt_type/1, mod_options/1]).

View File

@ -26,8 +26,6 @@
-module(mod_vcard_xupdate).
-behaviour(gen_mod).
-protocol({xep, 398, '0.2.0'}).
%% gen_mod callbacks
-export([start/2, stop/1, reload/3]).