aboutsummaryrefslogtreecommitdiff
path: root/src/mod_stun_disco.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_stun_disco.erl
parentSupport extended protocol attribute (#3915) (diff)
Add details about XEP implementations to some protocol attributes
Diffstat (limited to 'src/mod_stun_disco.erl')
-rw-r--r--src/mod_stun_disco.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mod_stun_disco.erl b/src/mod_stun_disco.erl
index 26a2646cc..2e9501dec 100644
--- a/src/mod_stun_disco.erl
+++ b/src/mod_stun_disco.erl
@@ -25,7 +25,7 @@
-module(mod_stun_disco).
-author('holger@zedat.fu-berlin.de').
--protocol({xep, 215, '0.7'}).
+-protocol({xep, 215, '0.7', '20.04', "", ""}).
-behaviour(gen_server).
-behaviour(gen_mod).