mirror of https://github.com/sipwise/jitsi.git
parent
a0028404ee
commit
e50151ab2d
@ -0,0 +1,23 @@
|
||||
# This is a template for the account.properties file. The account.properties
|
||||
# file contains a list of protocol account initialization properties, such as
|
||||
# SIP server addresses and usernames, ICQ uin-s and passwords, AIM screennames
|
||||
# and etc. The account.properties file MUST NOT be committed to CVS or shared
|
||||
# among developers since that could lead to multiple login problems and cause
|
||||
# testing to fail. You could create the file yourself using this template and
|
||||
# setting all fields as indicated.
|
||||
#
|
||||
# @author Emil Ivov
|
||||
|
||||
|
||||
# The ICQ UIN (number) for the ICQ implementation that is going to be tested.
|
||||
accounts.icq.TESTED_IMPL_ACCOUNT_ID=
|
||||
|
||||
# The Password for the UIN specifined in accounts.icq.TESTED_IMPL_ACCOUNT_ID.
|
||||
accounts.icq.TESTED_IMPL_PWD=
|
||||
|
||||
# The ICQ UIN (number) for the ICQ SLICK itself, so that it would be able to
|
||||
# sign on icq and also communicated with the tested implementation.
|
||||
accounts.icq.TESTING_IMPL_ACCOUNT_ID=
|
||||
|
||||
# The Password for the UIN specifined in accounts.icq.TESTING_IMPL_ACCOUNT_ID.
|
||||
accounts.icq.TESTING_IMPL_PWD=
|
||||
Loading…
Reference in new issue