23 |
- |
1 |
##############################################################
|
|
|
2 |
# PRESENCE SERVICE SETTINGS
|
|
|
3 |
|
|
|
4 |
# Location of presence backup
|
|
|
5 |
data_path = /var/lib/zarafa/presence/
|
|
|
6 |
|
|
|
7 |
# save data every N minutes
|
|
|
8 |
data_save_interval = 5
|
|
|
9 |
|
|
|
10 |
# run as specific user
|
|
|
11 |
run_as_user =
|
|
|
12 |
|
|
|
13 |
# run as specific group
|
|
|
14 |
run_as_group =
|
|
|
15 |
|
|
|
16 |
# control pid file
|
|
|
17 |
pid_file = /var/run/zarafa-presence.pid
|
|
|
18 |
|
|
|
19 |
# run server in this path (when not using the -F switch)
|
|
|
20 |
running_path = /
|
|
|
21 |
|
|
|
22 |
# create memory coredumps upon crash in the running_path directory
|
|
|
23 |
coredump_enabled = no
|
|
|
24 |
|
|
|
25 |
# Configure listening address and port, for standalone
|
|
|
26 |
# operation only
|
|
|
27 |
server_bind = 0.0.0.0
|
|
|
28 |
|
|
|
29 |
server_port = 1234
|
|
|
30 |
|
|
|
31 |
server_auth_user = presence
|
|
|
32 |
server_auth_password = presence
|
|
|
33 |
|
|
|
34 |
# Random key for session data
|
|
|
35 |
server_secret_key = GEHEIM
|
|
|
36 |
|
|
|
37 |
# Minutes after which authentication tokens expire
|
|
|
38 |
server_token_expire = 5
|
|
|
39 |
|
|
|
40 |
# Enabled plugins (currently available: xmpp, spreed)
|
|
|
41 |
plugins = spreed
|
|
|
42 |
|
|
|
43 |
##############################################################
|
|
|
44 |
# LOG SETTINGS
|
|
|
45 |
|
|
|
46 |
# Logging method (syslog, file)
|
|
|
47 |
log_method = file
|
|
|
48 |
|
|
|
49 |
# Loglevel (0=no logging, 5=full logging)
|
|
|
50 |
log_level = 6
|
|
|
51 |
|
|
|
52 |
# Logfile for log_method = file, use '-' for stderr
|
|
|
53 |
log_file = /var/log/zarafa/presence.log
|
|
|
54 |
|
|
|
55 |
# Log timestamp - prefix each log line with timestamp in 'file' logging mode
|
|
|
56 |
log_timestamp = 1
|
|
|
57 |
|
|
|
58 |
##############################################################
|
|
|
59 |
# XMPP PLUGIN SETTINGS
|
|
|
60 |
|
|
|
61 |
# log in as user
|
|
|
62 |
xmpp_jid =
|
|
|
63 |
|
|
|
64 |
# with password
|
|
|
65 |
xmpp_password =
|
|
|
66 |
|
|
|
67 |
# strip entire domain
|
|
|
68 |
xmpp_user_id_strip_domain = true
|
|
|
69 |
|
|
|
70 |
##############################################################
|
|
|
71 |
# SPREED PLUGIN SETTINGS
|
|
|
72 |
|
|
|
73 |
# Minutes after which user without updates becomes unavailable
|
|
|
74 |
spreed_auto_unavailable = 2
|