25
1
mirror of https://github.com/processone/ejabberd.git synced 2024-12-20 17:27:00 +01:00

Correct mod_mix_pam protocol version

Fixes #2913
This commit is contained in:
Evgeny Khramtsov 2019-06-21 14:47:10 +03:00
parent be35350b9c
commit f3d5916236

View File

@ -22,7 +22,7 @@
%%%----------------------------------------------------------------------
-module(mod_mix_pam).
-behaviour(gen_mod).
-protocol({xep, 405, '0.2.1'}).
-protocol({xep, 405, '0.3.0'}).
%% gen_mod callbacks
-export([start/2, stop/1, reload/3, depends/2, mod_opt_type/1, mod_options/1]).