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