mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-24 16:23:40 +01:00
With the recent changes it seems mod_mix supports 0.14.1 (#3634)
This commit is contained in:
parent
57be0e38d8
commit
3afaacab76
@ -24,7 +24,7 @@
|
|||||||
-module(mod_mix).
|
-module(mod_mix).
|
||||||
-behaviour(gen_mod).
|
-behaviour(gen_mod).
|
||||||
-behaviour(gen_server).
|
-behaviour(gen_server).
|
||||||
-protocol({xep, 369, '0.13.0'}).
|
-protocol({xep, 369, '0.14.1'}).
|
||||||
|
|
||||||
%% API
|
%% API
|
||||||
-export([route/1]).
|
-export([route/1]).
|
||||||
|
Loading…
Reference in New Issue
Block a user