aboutsummaryrefslogtreecommitdiff
path: root/src/mod_mam.erl
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2021-10-06 01:13:11 +0200
committerHolger Weiss <holger@zedat.fu-berlin.de>2021-10-06 01:13:11 +0200
commit1377dcf6d2bf7e51856b9f221fb7279d6c4689ef (patch)
treedfa613f56af1772440d773775584ff0ca4d2f8f7 /src/mod_mam.erl
parentUse mod_register in web register form, so its restrictions are used (#3688) (diff)
mod_mam: Declare XEP-0441 support
Diffstat (limited to 'src/mod_mam.erl')
-rw-r--r--src/mod_mam.erl1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mod_mam.erl b/src/mod_mam.erl
index abb2333cc..9bf154f58 100644
--- a/src/mod_mam.erl
+++ b/src/mod_mam.erl
@@ -28,6 +28,7 @@
-protocol({xep, 313, '0.6.1'}).
-protocol({xep, 334, '0.2'}).
-protocol({xep, 359, '0.5.0'}).
+-protocol({xep, 441, '0.2.0'}).
-behaviour(gen_mod).