mirror of
https://github.com/processone/ejabberd.git
synced 2024-12-26 17:38:45 +01:00
Set -protocol() directive for mod_avatar
This commit is contained in:
parent
4f1d7c4b66
commit
b1ecd8ac01
@ -23,6 +23,8 @@
|
|||||||
-module(mod_avatar).
|
-module(mod_avatar).
|
||||||
-behaviour(gen_mod).
|
-behaviour(gen_mod).
|
||||||
|
|
||||||
|
-protocol({xep, 398, '0.2.0'}).
|
||||||
|
|
||||||
%% 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]).
|
||||||
%% Hooks
|
%% Hooks
|
||||||
|
Loading…
Reference in New Issue
Block a user