Files
@ e63427c2da8a
Branch filter:
Location: libtransport.git/tests/twitter/twitter_test.cfg - annotation
e63427c2da8a
1.2 KiB
text/x-ini
fix a lot of compiler warnings thrown by newer GCC versions
mostly warnings about:
- comparison differing in signedness
- unused functions and variables
- some casts
mostly warnings about:
- comparison differing in signedness
- unused functions and variables
- some casts
5f0dc6840701 5f92bf989968 5f0dc6840701 5f0dc6840701 5f0dc6840701 5f0dc6840701 5f0dc6840701 5f0dc6840701 5f0dc6840701 5f0dc6840701 5f0dc6840701 5f0dc6840701 5f0dc6840701 5f0dc6840701 5f0dc6840701 5f0dc6840701 5f0dc6840701 5f0dc6840701 5f0dc6840701 5f0dc6840701 5f0dc6840701 5f0dc6840701 5f0dc6840701 5f0dc6840701 5f0dc6840701 5f0dc6840701 5f0dc6840701 5f0dc6840701 5f0dc6840701 5f0dc6840701 5f0dc6840701 5f0dc6840701 5f0dc6840701 5f0dc6840701 5f0dc6840701 5f0dc6840701 5f0dc6840701 5f0dc6840701 5f0dc6840701 5f0dc6840701 5f0dc6840701 5f0dc6840701 5f0dc6840701 5f0dc6840701 | [service]
jid = localhost
password = secret
server = 0.0.0.0
port = 5223
server_mode = 1
backend_host=127.0.0.1
pidfile=./test.pid
# < this option doesn't work yet
#backend_port=10001
admin_jid=admin
admin_password=test
#cert=server.pfx #patch to PKCS#12 certificate
#cert_password=test #password to that certificate if any
users_per_backend=10
#backend=../..//backends/swiften/spectrum2_swiften_backend
#backend=../../../backends/twitter/spectrum2_twitter_backend
backend=../../backends/twitter/spectrum2_twitter_backend
protocol=prpl-jabber
#protocol=prpl-msn
#protocol=any
#protocol=prpl-icq
working_dir=./
portfile=./$jid.port
irc_server=localhost
[backend]
#default_avatar=catmelonhead.jpg
#no_vcard_fetch=true
[logging]
#config=logging.cfg # log4cxx/log4j logging configuration file
#backend_config=/home/hanzz/code/libtransport/spectrum/src/backend-logging.cfg # log4cxx/log4j logging configuration file for backends
[database]
type=sqlite3
database=twitter.sql
prefix=
#type = mysql # or "none" without database backend.......................................................................................................................
#database = test
#prefix=
#user=root
#password=yourrootsqlpassword
#encryption_key=hanzzik
|