diff options
author | Holger Weiss <holger@zedat.fu-berlin.de> | 2015-12-09 22:28:44 +0100 |
---|---|---|
committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2015-12-09 22:28:44 +0100 |
commit | e09afe367f242e3e3cb33d70d1e3e6c8d8fed7ba (patch) | |
tree | 6c225f06c9428f96a0e61c3d9c1f8d0cd4fe831e /src/mod_mam.erl | |
parent | Do not forget to include xmlns in mam prefs response (#859) (diff) |
Document XEP-0334 support
Diffstat (limited to '')
-rw-r--r-- | src/mod_mam.erl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mod_mam.erl b/src/mod_mam.erl index 3df20115..b1801fd3 100644 --- a/src/mod_mam.erl +++ b/src/mod_mam.erl @@ -26,6 +26,7 @@ -module(mod_mam). -protocol({xep, 313, '0.4'}). +-protocol({xep, 334, '0.2'}). -behaviour(gen_mod). |