diff options
author | Holger Weiss <holger@zedat.fu-berlin.de> | 2015-10-28 23:53:53 +0100 |
---|---|---|
committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2015-10-28 23:53:53 +0100 |
commit | 43e78147143fdf2a31add628fe589134abde506c (patch) | |
tree | ce210f7b97927637b19b9a18197bae056527632c /src/mod_mam.erl | |
parent | mod_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.erl | 2 |
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). |