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_private.erl
parent5a5e5bbdc6c6643b1cbc15a62c0b96bd7faa2a33 (diff)
Add details about XEP implementations to some protocol attributes
Diffstat (limited to 'src/mod_private.erl')
-rw-r--r--src/mod_private.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mod_private.erl b/src/mod_private.erl
index f6cebbcda..38f9ecfc6 100644
--- a/src/mod_private.erl
+++ b/src/mod_private.erl
@@ -28,7 +28,7 @@
-author('alexey@process-one.net').
-protocol({xep, 49, '1.2'}).
--protocol({xep, 411, '0.2.0'}).
+-protocol({xep, 411, '0.2.0', '18.12', "", ""}).
-behaviour(gen_mod).