24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-02 21:17:12 +02:00

Set -protocol() directive for mod_avatar

This commit is contained in:
Evgeniy Khramtsov 2018-03-19 19:23:15 +03:00
parent 4f1d7c4b66
commit b1ecd8ac01

View File

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