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:
authorChristophe Romain <christophe.romain@process-one.net>2016-06-22 12:24:01 +0300
committerChristophe Romain <christophe.romain@process-one.net>2016-06-22 12:24:01 +0300
commit77443393475b9b4733b286b49fa72c52b73a79a6 (patch)
tree9b42c7032bfe0cd1d2fdfab84f0fd5f1f1c36264 /src/mod_mam.erl
parent2efa8677c9d512f2d2001de108fa281001ec3144 (diff)
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 fb42224db..da2623587 100644
--- a/src/mod_mam.erl
+++ b/src/mod_mam.erl
@@ -25,7 +25,7 @@
%%%-------------------------------------------------------------------
-module(mod_mam).
--protocol({xep, 313, '0.4'}).
+-protocol({xep, 313, '0.5.1'}).
-protocol({xep, 334, '0.2'}).
-behaviour(gen_mod).