Files
@ 0729d364ca25
Branch filter:
Location: libtransport.git/tests/slack_jabber/jabber_slack_test.cfg - annotation
0729d364ca25
1.3 KiB
text/x-ini
Fix double free in DummyConnectionServer
Do not create shared ptr from this as this lead to double free in
UserRegistryTest::login test. Shared ptr was needed to set event
owner in acceptConnection, actually it is never needed as events
are never filtered by owner. Thus it was removed and there is no
need to create shared ptr from this.
Do not create shared ptr from this as this lead to double free in
UserRegistryTest::login test. Shared ptr was needed to set event
owner in acceptConnection, actually it is never needed as events
are never filtered by owner. Thus it was removed and there is no
need to create shared ptr from this.
a025aa108559 a025aa108559 a025aa108559 a025aa108559 a025aa108559 a025aa108559 a025aa108559 a025aa108559 a025aa108559 a025aa108559 a025aa108559 a025aa108559 a025aa108559 a025aa108559 a025aa108559 a025aa108559 a025aa108559 a025aa108559 8ef948c25f19 a025aa108559 a025aa108559 a025aa108559 a025aa108559 a025aa108559 a025aa108559 a025aa108559 a025aa108559 a025aa108559 a025aa108559 a025aa108559 a025aa108559 a025aa108559 a025aa108559 a025aa108559 a025aa108559 a025aa108559 a025aa108559 512571a406bb a025aa108559 a025aa108559 a025aa108559 a025aa108559 a025aa108559 a025aa108559 a025aa108559 | [service]
frontend=slack
jid = localhostxmpp
password = secret
server = 0.0.0.0
port = 5223
server_mode = 0
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/libpurple/spectrum2_libpurple_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 # or "none" without database backend
database=slack.sql
#prefix=twitter
#type = mysql # or "none" without database backend.......................................................................................................................
#database = test
#prefix=
#user=root
#password=yourrootsqlpassword
#encryption_key=hanzzik
|