mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-24 16:23:40 +01:00
mod_avatar implements XEP-0398 0.2.0 since ddc29d4
This commit is contained in:
parent
1f60bcb2d0
commit
973ba58744
@ -632,10 +632,10 @@
|
|||||||
<implements>
|
<implements>
|
||||||
<xmpp:SupportedXep>
|
<xmpp:SupportedXep>
|
||||||
<xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0398.html"/>
|
<xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0398.html"/>
|
||||||
<xmpp:version>0.2.00.2.0</xmpp:version>
|
<xmpp:version>0.2.0</xmpp:version>
|
||||||
<xmpp:since>17.09</xmpp:since>
|
<xmpp:since>18.03</xmpp:since>
|
||||||
<xmpp:status></xmpp:status>
|
<xmpp:status></xmpp:status>
|
||||||
<xmpp:note>mod_avatar, mod_vcard_xupdate</xmpp:note>
|
<xmpp:note>mod_avatar</xmpp:note>
|
||||||
</xmpp:SupportedXep>
|
</xmpp:SupportedXep>
|
||||||
</implements>
|
</implements>
|
||||||
<implements>
|
<implements>
|
||||||
|
@ -22,7 +22,8 @@
|
|||||||
%%%-------------------------------------------------------------------
|
%%%-------------------------------------------------------------------
|
||||||
-module(mod_avatar).
|
-module(mod_avatar).
|
||||||
-behaviour(gen_mod).
|
-behaviour(gen_mod).
|
||||||
-protocol({xep, 398, '0.2.0', '17.09', "", ""}).
|
|
||||||
|
-protocol({xep, 398, '0.2.0', '18.03', "", ""}).
|
||||||
|
|
||||||
%% gen_mod API
|
%% gen_mod API
|
||||||
-export([start/2, stop/1, reload/3, depends/2, mod_opt_type/1, mod_options/1]).
|
-export([start/2, stop/1, reload/3, depends/2, mod_opt_type/1, mod_options/1]).
|
||||||
|
@ -26,8 +26,6 @@
|
|||||||
-module(mod_vcard_xupdate).
|
-module(mod_vcard_xupdate).
|
||||||
-behaviour(gen_mod).
|
-behaviour(gen_mod).
|
||||||
|
|
||||||
-protocol({xep, 398, '0.2.0'}).
|
|
||||||
|
|
||||||
%% gen_mod callbacks
|
%% gen_mod callbacks
|
||||||
-export([start/2, stop/1, reload/3]).
|
-export([start/2, stop/1, reload/3]).
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user