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:
authorBadlop <badlop@process-one.net>2022-11-07 14:32:38 +0300
committerBadlop <badlop@process-one.net>2022-11-07 20:56:46 +0300
commitb71a481e63037ce39209c9836d17e4f12bdf0727 (patch)
tree48c130833358c09ef3a3493a74e5c0b1a44f4123 /src/mod_mam.erl
parent5a5e5bbdc6c6643b1cbc15a62c0b96bd7faa2a33 (diff)
Add details about XEP implementations to some protocol attributes
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 7d9e308f5..de7a7a013 100644
--- a/src/mod_mam.erl
+++ b/src/mod_mam.erl
@@ -25,7 +25,7 @@
-module(mod_mam).
--protocol({xep, 313, '0.6.1'}).
+-protocol({xep, 313, '0.6.1', '15.06', "", ""}).
-protocol({xep, 334, '0.2'}).
-protocol({xep, 359, '0.5.0'}).
-protocol({xep, 441, '0.2.0'}).