From b71a481e63037ce39209c9836d17e4f12bdf0727 Mon Sep 17 00:00:00 2001 From: Badlop Date: Mon, 7 Nov 2022 12:32:38 +0100 Subject: Add details about XEP implementations to some protocol attributes --- src/mod_avatar.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mod_avatar.erl') diff --git a/src/mod_avatar.erl b/src/mod_avatar.erl index 0db65c253..75325ed37 100644 --- a/src/mod_avatar.erl +++ b/src/mod_avatar.erl @@ -22,7 +22,7 @@ %%%------------------------------------------------------------------- -module(mod_avatar). -behaviour(gen_mod). --protocol({xep, 398, '0.2.0'}). +-protocol({xep, 398, '0.2.0', '17.09', "", ""}). %% gen_mod API -export([start/2, stop/1, reload/3, depends/2, mod_opt_type/1, mod_options/1]). -- cgit v1.2.3