Subversion Repositories configs

Rev

Rev 23 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

##############################################################
# PRESENCE SERVICE SETTINGS

# Location of presence backup
data_path           =   /var/lib/zarafa/presence/

# save data every N minutes
data_save_interval   =   5

# run as specific user
run_as_user         =

# run as specific group
run_as_group        =

# control pid file
pid_file            =   /var/run/zarafa-presence.pid

# run server in this path (when not using the -F switch)
running_path        =   /

# 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=no logging, 5=full logging)
log_level           =   6

# Logfile for log_method = file, use '-' for stderr
log_file            =   /var/log/zarafa/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