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
1 changed files with 1 additions and 1 deletions

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]).