24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-02 21:17:12 +02:00

mod_mam: Update supported XEP version

This commit is contained in:
Holger Weiss 2015-10-28 23:53:53 +01:00
parent 32fe74c923
commit 43e7814714

View File

@ -25,7 +25,7 @@
%%%-------------------------------------------------------------------
-module(mod_mam).
-protocol({xep, 313, '0.3'}).
-protocol({xep, 313, '0.4'}).
-behaviour(gen_mod).