summaryrefslogtreecommitdiff
path: root/src/mod_mam.erl
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2015-10-28 23:53:53 +0100
committerHolger Weiss <holger@zedat.fu-berlin.de>2015-10-28 23:53:53 +0100
commit43e78147143fdf2a31add628fe589134abde506c (patch)
treece210f7b97927637b19b9a18197bae056527632c /src/mod_mam.erl
parentmod_http_upload: Document protocol support (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 7781cff9..c23e695d 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).