From 43e78147143fdf2a31add628fe589134abde506c Mon Sep 17 00:00:00 2001 From: Holger Weiss Date: Wed, 28 Oct 2015 23:53:53 +0100 Subject: [PATCH] mod_mam: Update supported XEP version --- src/mod_mam.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mod_mam.erl b/src/mod_mam.erl index 7781cff9a..c23e695d9 100644 --- a/src/mod_mam.erl +++ b/src/mod_mam.erl @@ -25,7 +25,7 @@ %%%------------------------------------------------------------------- -module(mod_mam). --protocol({xep, 313, '0.3'}). +-protocol({xep, 313, '0.4'}). -behaviour(gen_mod).