Added msn properties

cusax-fix
Damian Minkov 19 years ago
parent f81508ae2b
commit 96e49ba6eb

@ -153,3 +153,35 @@ accounts.jabber.CONTACT_LIST=
# list of icq accounts to notify during testing (optional)
accounts.reporting.JABBER_REPORT_LIST=
# MSN PROPERTIES
# MSN ACCOUNT 1
# The user email needed to log onto the server
accounts.msn.account1.USER_ID=
# The password (in plain text) needed to log the user specified in USER_ID
# on the server
accounts.msn.account1.PASSWORD=
# MSN ACCOUNT 2
# The user email needed to log onto the server
accounts.msn.account2.USER_ID=
# The password (in plain text) needed to log the user specified in USER_ID
# on the server
accounts.msn.account2.PASSWORD=
# The following describes the contact list that we will store on the Msn
# server for the tested account implementation. The value of the CONTACT_LIST
# property must be a space separated string containing elements each of which
# is in the format: GroupName.UIN
#
#
# VERY IMPORTANT!!! All other users in this contact list will be removed and
# the contacts and contact groups enumerated beneath will be added instead
accounts.msn.CONTACT_LIST=
# list of msn accounts to notify during testing (optional)
accounts.reporting.MSN_REPORT_LIST=

Loading…
Cancel
Save