presence.cfg 1.7 KB

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