Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mrDoctorWho/vk4xmpp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Smith <mrdoctorwho@helldev.net>2019-01-03 13:59:56 +0300
committerJohn Smith <mrdoctorwho@helldev.net>2019-01-03 13:59:56 +0300
commit6f32377c3da0f0fe3bef78649298bb9dfa23fce2 (patch)
treebcadd82509008d7a1f3b1b5d4d051011b21d008f
parent1c3332ead324e0c31513d56b9d17f53a60cddece (diff)
fix vcard once again
-rw-r--r--modules/mod_iq_vcard.py2
1 files changed, 1 insertions, 1 deletions
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"