25
1
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:
Badlop 2021-07-15 17:19:32 +02:00
parent 57be0e38d8
commit 3afaacab76

View File

@ -24,7 +24,7 @@
-module(mod_mix).
-behaviour(gen_mod).
-behaviour(gen_server).
-protocol({xep, 369, '0.13.0'}).
-protocol({xep, 369, '0.14.1'}).
%% API
-export([route/1]).