aboutsummaryrefslogtreecommitdiff
path: root/src/mod_push.erl
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2022-11-07 12:32:38 +0100
committerBadlop <badlop@process-one.net>2022-11-07 18:56:46 +0100
commitb71a481e63037ce39209c9836d17e4f12bdf0727 (patch)
tree48c130833358c09ef3a3493a74e5c0b1a44f4123 /src/mod_push.erl
parentSupport extended protocol attribute (#3915) (diff)
Add details about XEP implementations to some protocol attributes
Diffstat (limited to 'src/mod_push.erl')
-rw-r--r--src/mod_push.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mod_push.erl b/src/mod_push.erl
index 5389e3dfb..4216404c5 100644
--- a/src/mod_push.erl
+++ b/src/mod_push.erl
@@ -25,7 +25,7 @@
-module(mod_push).
-author('holger@zedat.fu-berlin.de').
--protocol({xep, 357, '0.2'}).
+-protocol({xep, 357, '0.2', '17.08', "", ""}).
-behaviour(gen_mod).