Files
@ daeb6dfc9a9f
Branch filter:
Location: libtransport.git/tests/libcommuni/irc_test2.cfg - annotation
daeb6dfc9a9f
1.3 KiB
text/x-ini
Enable support for Qt5
Since Qt4 is EOL, we should also support libcommuni build with Qt5.
In order not to break Fedora docker builds, -DENABLE_QT4 is introduced.
When set to 'ON', support for Qt4 is being enabled,
otherwise support for Qt5 is enabled.
Signed-off-by: Conrad Kostecki <conrad@kostecki.com>
Since Qt4 is EOL, we should also support libcommuni build with Qt5.
In order not to break Fedora docker builds, -DENABLE_QT4 is introduced.
When set to 'ON', support for Qt4 is being enabled,
otherwise support for Qt5 is enabled.
Signed-off-by: Conrad Kostecki <conrad@kostecki.com>
efd14b776ccc efd14b776ccc efd14b776ccc efd14b776ccc 05dbf6ce3717 efd14b776ccc efd14b776ccc efd14b776ccc efd14b776ccc efd14b776ccc efd14b776ccc efd14b776ccc efd14b776ccc efd14b776ccc efd14b776ccc efd14b776ccc efd14b776ccc 8ef948c25f19 efd14b776ccc efd14b776ccc efd14b776ccc efd14b776ccc efd14b776ccc efd14b776ccc 79b69c4005d6 efd14b776ccc efd14b776ccc efd14b776ccc efd14b776ccc efd14b776ccc efd14b776ccc efd14b776ccc efd14b776ccc efd14b776ccc efd14b776ccc efd14b776ccc efd14b776ccc efd14b776ccc efd14b776ccc efd14b776ccc efd14b776ccc efd14b776ccc efd14b776ccc efd14b776ccc | [service]
jid = localhost
password = secret
server = 127.0.0.1
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@localhost
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/libcommuni/spectrum2_libcommuni_backend
protocol=prpl-jabber
#protocol=prpl-msn
#protocol=any
#protocol=prpl-icq
working_dir=./
portfile=./$jid.port
irc_away_timeout=2
[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 # or "none" without database backend
database=users.sqlite
prefix=twitter
#type = mysql # or "none" without database backend.......................................................................................................................
#database = test
#prefix=
#user=root
#password=yourrootsqlpassword
#encryption_key=hanzzik
|