From 6f32377c3da0f0fe3bef78649298bb9dfa23fce2 Mon Sep 17 00:00:00 2001 From: John Smith Date: Thu, 3 Jan 2019 17:59:56 +0700 Subject: fix vcard once again --- modules/mod_iq_vcard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/mod_iq_vcard.py b/modules/mod_iq_vcard.py index 16bab74..44ed55a 100644 --- a/modules/mod_iq_vcard.py +++ b/modules/mod_iq_vcard.py @@ -9,7 +9,7 @@ VCARD_SEMAPHORE = threading.Semaphore() DESCRIPTION = "VK4XMPP Transport\n© simpleApps, 2013 — 2016." GITHUB_URL = "https://github.com/mrDoctorWho/vk4xmpp" -BIRTHDAY = "2013-09-30" +BIRTHDAY = "30.09.2013" KEY_NICKNAME = "NICKNAME" KEY_NAME = "FN" -- cgit v1.2.3