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:
authormrDoctorWho <mrdoctorwho@gmail.com>2014-04-06 18:34:50 +0400
committermrDoctorWho <mrdoctorwho@gmail.com>2014-04-06 18:34:50 +0400
commit4ab7b381c4107136fddb831c61590dcf1fba566f (patch)
tree69f37300441e4b7a366fb1318a24b7387b538866 /Config_example.txt
parent7b7fd9a76622bc62605ba0ef98e0f803fd90fbb0 (diff)
There are a lot of changes. Completely new watcher added to watch users who wasn't added to poll.
Code cleanup, new features (xhtml-im available to receive images) Fixes in user deletion Added debian scripts for dpkg. And more.
Diffstat (limited to 'Config_example.txt')
-rw-r--r--Config_example.txt11
1 files changed, 1 insertions, 10 deletions
diff --git a/Config_example.txt b/Config_example.txt
index 7131d8d..c6dc267 100644
--- a/Config_example.txt
+++ b/Config_example.txt
@@ -51,21 +51,12 @@ allowBePublic = True
USER_LIMIT = 0
#! Danger zone.
-#! Edit next settings ONLY IF YOU KNOW WHAT ARE YOU DOING! DEFAULT VALUES ARE RECOMMENTED!
+#! Edit settings below ONLY IF YOU KNOW WHAT ARE YOU DOING! DEFAULT VALUES ARE RECOMMENTED!
## Thread stack size (WARNING: MAY CAUSE TRANSPORT CRASH WITH SEGMENTATION FAULT ERROR)
## It's needed for optimize memory consuming.
## minimum value is 32768 bytes (32kb)
THREAD_STACK_SIZE = 0
-## Timeout when user considered inactive (seconds)
-USER_CONSIDERED_ACTIVE_IF_LAST_ACTIVITY_LESS_THAN = 120
-
-## Max roster update timeout (when user inactive, seconds)
-MAX_ROSTER_UPDATE_TIMEOUT = 180
-
-## Default roster update timeout (when user is active)
-ROSTER_UPDATE_TIMEOUT = 4
-
## Maximum forwarded messages depth.
MAXIMUM_FORWARD_DEPTH = 5