24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-14 22:00:16 +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). -module(mod_mam).
-protocol({xep, 313, '0.3'}). -protocol({xep, 313, '0.4'}).
-behaviour(gen_mod). -behaviour(gen_mod).