Files
@ f5aca3ea878a
Branch filter:
Location: libtransport.git/spectrum/src/sample2.cfg - annotation
f5aca3ea878a
2.4 KiB
text/x-ini
Casted TYPE_STRING properly.
fe3aa40faa22 a48153883675 a48153883675 a48153883675 c9e977250689 c9e977250689 c9e977250689 c9e977250689 a48153883675 fe3aa40faa22 a48153883675 a48153883675 a48153883675 fe3aa40faa22 a48153883675 a48153883675 a48153883675 fe3aa40faa22 a48153883675 a48153883675 fe3aa40faa22 a48153883675 a48153883675 a48153883675 a48153883675 a48153883675 4c334e9f1c0b 4c334e9f1c0b 4c334e9f1c0b a48153883675 a48153883675 a48153883675 a48153883675 a48153883675 a48153883675 a48153883675 a48153883675 a48153883675 a48153883675 a48153883675 06ea1ee6642d 06ea1ee6642d c643e5b81d60 c643e5b81d60 a48153883675 a48153883675 fe3aa40faa22 fe3aa40faa22 fe3aa40faa22 fe3aa40faa22 a48153883675 a48153883675 a48153883675 a48153883675 a48153883675 a48153883675 a48153883675 a48153883675 a48153883675 a48153883675 a48153883675 a48153883675 a48153883675 a48153883675 a48153883675 a48153883675 0498acd07a1d a48153883675 06ea1ee6642d a48153883675 a48153883675 06ea1ee6642d 0498acd07a1d fe3aa40faa22 a48153883675 a48153883675 06ea1ee6642d a48153883675 a48153883675 a48153883675 3fc191ceb46b 3fc191ceb46b a48153883675 a48153883675 3fc191ceb46b a48153883675 a48153883675 3fc191ceb46b a48153883675 a48153883675 3fc191ceb46b a48153883675 a48153883675 3fc191ceb46b a48153883675 a48153883675 3fc191ceb46b | [service]
# 1 if Spectrum should run in server mode.
server_mode = 1
# The name of user/group Spectrum runs as.
#user=spectrum
#group=spectrum
# JID of Spectrum instance.
jid = localhost
# Password used to connect the XMPP server in gateway mode.
# In server mode, this option is ignored.
password = secret
# XMPP server to which Spectrum connects in gateway mode.
# In server mode, this option is ignored.
server = 127.0.0.1
# XMPP server port.
port = 5222
# Interface on which Spectrum listens for backends.
backend_host = localhost
# Port on which Spectrum listens for backends.
# By default Spectrum chooses random backend port and there's
# no need to change it normally
#backend_port=10001
# Full path to PKCS#12 cetficiate used for TLS in server mode.
#cert=
# Certificate password if any.
#cert_password=
# Number of users per one legacy network backend.
users_per_backend=10
# Full path to backend binary.
backend=/usr/bin/spectrum2_libpurple_backend
#backend=/usr/bin/spectrum2_libircclient-qt_backend
# For skype:
#backend=/usr/bin/setsid /usr/bin/xvfb-run -n BACKEND_ID -s "-screen 0 10x10x8" -f /tmp/x-skype-gw /usr/bin/spectrum2_skype_backend
# Libpurple protocol-id for spectrum_libpurple_backend
protocol=prpl-jabber
#protocol=prpl-msn
#protocol=prpl-icq
# prpl-any means that user sets his protocol in his JID which has to be
# in following format: protocol.username@domain.tld
# So for example: prpl-jabber.hanzz.k%gmail.com@domain.tld
#protocol=prpl-any
[identity]
# Name of Spectrum instance in service discovery
name=Spectrum Jabber Transport
# Type of transport ("msn", "icq", "xmpp").
# Check http://xmpp.org/registrar/disco-categories.html#gateway
type=xmpp
# Category of transport, default is "gateway
#category=gateway
[logging]
# log4cxx/log4j logging configuration file in ini format used for main spectrum2 instance.
config = /etc/spectrum2/logging.cfg
# log4cxx/log4j logging configuration file in ini format used for backends.
backend_config = /etc/spectrum2/backend-logging.cfg
[database]
# Database backend type
# "sqlite3", "mysql" or "none" without database backend
type = none
# For SQLite3: Full path to database
# For MySQL: name of database
# default database = /var/lib/spectrum2/$jid/database.sql
#database = jabber_transport
# Server.
#server = localhost
# Port.
#port = 0
# User.
#user = spectrum
# Paasword.
#password = secret
# Prefix used for tables
#prefix = jabber_
|