aboutsummaryrefslogtreecommitdiff
path: root/src/mod_vcard.erl
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2022-11-04 11:34:45 +0100
committerBadlop <badlop@process-one.net>2022-11-04 16:17:39 +0100
commitb73a9234d901aa2db1c443e8dd2390c2a1d9ffda (patch)
tree15d299f3de2dab2b9bfeff6f502347a8297f900a /src/mod_vcard.erl
parentAdd DOAP script to Makefile (diff)
Add some missing RFCs and remove problematic leading 0 in xep versions
Diffstat (limited to '')
-rw-r--r--src/mod_vcard.erl1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mod_vcard.erl b/src/mod_vcard.erl
index 3ac97b30e..99f4125fc 100644
--- a/src/mod_vcard.erl
+++ b/src/mod_vcard.erl
@@ -29,6 +29,7 @@
-protocol({xep, 54, '1.2'}).
-protocol({xep, 55, '1.3'}).
+-protocol({xep, 153, '1.1'}).
-behaviour(gen_server).
-behaviour(gen_mod).