21 lines
545 B
INI
21 lines
545 B
INI
[service]
|
|
jid = localhost
|
|
password = secret
|
|
server = 127.0.0.1
|
|
port = 5222
|
|
server_mode = 1
|
|
backend_host=localhost # < this option doesn't work yet
|
|
backend_port=10001
|
|
#cert= #patch to PKCS#12 certificate
|
|
#cert_password= #password to that certificate if any
|
|
users_per_backend=2
|
|
backend=../../backends/libpurple/libpurple_backend
|
|
#backend=../../backends/libircclient-qt/libircclient-qt_backend
|
|
protocol=prpl-jabber
|
|
#protocol=prpl-msn
|
|
#protocol=prpl-icq
|
|
|
|
[database]
|
|
type = sqlite3 # or "none" without database backend
|
|
database = test.sql
|
|
prefix=icq
|