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