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-02-01 20:21:54 +0300
committerJohn Smith <mrdoctorwho@helldev.net>2019-02-01 20:21:54 +0300
commitb40984006f9410d1fc4db5df30dfd9d325753721 (patch)
tree17d9c55e950654aba2f34521f4e74a8db1d7861e /library
parentdbec2a5460739af4dac8ba3fdc51d6133380178b (diff)
add ability to disable registration
Diffstat (limited to 'library')
-rw-r--r--library/defaults.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/library/defaults.py b/library/defaults.py
index 7363f61..c633373 100644
--- a/library/defaults.py
+++ b/library/defaults.py
@@ -22,6 +22,7 @@ THREAD_STACK_SIZE = 0
VK_ACCESS = 69638
USER_LIMIT = 0
RUN_AS = None
+ALLOW_REGISTRATION = True
IDENTIFIER = {"type": "vk", "category": "gateway", "name": "VK4XMPP Transport", "short": "VK4XMPP"}
URL_ACCEPT_APP = "http://jabberon.ru/vk4xmpp.html#%d"