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:
authorHolger Weiss <holger@zedat.fu-berlin.de>2021-10-06 02:13:11 +0300
committerHolger Weiss <holger@zedat.fu-berlin.de>2021-10-06 02:13:11 +0300
commit1377dcf6d2bf7e51856b9f221fb7279d6c4689ef (patch)
treedfa613f56af1772440d773775584ff0ca4d2f8f7 /src/mod_mam.erl
parent595b01601939074d28c1bb36383a7427cc459a7e (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).