mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 01:39:35 +02:00
mod_scram_upgrade: Update XEP-0480 supported version (processone/xmpp#80)
This commit is contained in:
parent
4d625e5574
commit
c72ba1f188
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
|||
%%%-------------------------------------------------------------------
|
||||
-module(mod_scram_upgrade).
|
||||
-behaviour(gen_mod).
|
||||
-protocol({xep, 480, '0.1', '24.10', "complete", ""}).
|
||||
-protocol({xep, 480, '0.2.0', '24.10', "complete", ""}).
|
||||
|
||||
%% gen_mod API
|
||||
-export([start/2, stop/1, reload/3, depends/2, mod_options/1, mod_opt_type/1]).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue