Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/processone/ejabberd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2015-10-29 01:53:53 +0300
committerHolger Weiss <holger@zedat.fu-berlin.de>2015-10-29 01:53:53 +0300
commit43e78147143fdf2a31add628fe589134abde506c (patch)
treece210f7b97927637b19b9a18197bae056527632c /src/mod_mam.erl
parent32fe74c923f151334dab5656dcc2ac5ea328b09d (diff)
mod_mam: Update supported XEP version
Diffstat (limited to 'src/mod_mam.erl')
-rw-r--r--src/mod_mam.erl2
1 files changed, 1 insertions, 1 deletions
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).