work in progress on the wizard
[sip-communicator/ldap.git] / lib / accounts.properties.template
blobc0f5e34e5a01d32711b838ac3e0881a16cb57334
1 # This is a template for the account.properties file. The account.properties
2 # file contains a list of protocol account initialization properties, such as
3 # SIP server addresses and usernames, ICQ uin-s and passwords, AIM screennames
4 # and etc. The account.properties file MUST NOT be committed to CVS or shared
5 # among developers since that could lead to multiple login problems and cause
6 # testing to fail. You could create the file yourself using this template and
7 # setting all fields as indicated.
9 # @author Emil Ivov
12 # An ICQ UIN (number) for the ICQ implementation that is going to be tested.
13 # !!!EXTREMELY IMPORTANT!!! The contact list of this account will be COMPLETELY
14 # and IRREVERSIBLY ERASED
15 accounts.icq.TESTED_IMPL_ACCOUNT_ID=
17 # The Password for the UIN specifined in accounts.icq.TESTED_IMPL_ACCOUNT_ID.
18 accounts.icq.TESTED_IMPL_PWD=
20 # An ICQ UIN (number) for the ICQ SLICK itself, so that it would be able to
21 # sign on icq and also communicated with the tested implementation.
22 accounts.icq.TESTING_IMPL_ACCOUNT_ID=
24 # The Password for the UIN specifined in accounts.icq.TESTING_IMPL_ACCOUNT_ID.
25 accounts.icq.TESTING_IMPL_PWD=
27 # The following describes the contact list that we will store on the AIM server
28 # for the tested account implementation. The value of the CONTACT_LIST property
29 # must be a space separated string containing elements each of which is in the
30 # format: GroupName.UIN
33 # VERY IMPORTANT!!! All other users in this contact list will be removed and
34 # the contacts and contact groups enumerated beneath will be added instead
35 accounts.icq.CONTACT_LIST=
37 # list of icq accounts to notify during testing (optional)
38 # accounts.reporting.ICQ_REPORT_LIST=
40 # if for some reasone you want not to run online icq tests (e.g. because they
41 # take an awful lot to complete). set this property to true (optional)
42 # accounts.icq.DISABLE_ONLINE_TESTING
45 # SIP PROPERTIES
48 # ACCOUNT 1
50 #Indicates whether the servers that the sip accounts belong to, preserve caller
51 #and callee info such as addresses or display names. some servers override these
52 #(e.g. for NAT supprt) and the tests should not assert it in such cases
53 accounts.sip.PRESERVE_PARTICIPANT_INFO=false
55 # The user id needed to log onto the server specified in the SERVER_ADDRESS
56 # property.
57 accounts.sip.account1.USER_ID=
59 # The display name to associate with account1
60 accounts.sip.account1.DISPLAY_NAME=
62 # The password (in plain text) needed to log the user specified in USER_ID
63 # on the server specified in SERVER_ADDRESS.
64 accounts.sip.account1.PASSWORD=
66 # The address of the server that this account belongs to (Use '[', ']' for IPv6)
67 accounts.sip.account1.SERVER_ADDRESS=
69 # A port numer to use when connecting to the proxy specified in SERVER_ADDRESS
70 # (Optional)
71 accounts.sip.account1.SERVER_PORT=
73 # The address of the SIP Proxy to use with this account(Use '[', ']' for IPv6)
74 # (Optional)
75 accounts.sip.account1.PROXY_ADDRESS=
77 # A port numer to use when connecting to the proxy specified in PROXY_ADDRESS
78 # (Optional)
79 accounts.sip.account1.PROXY_PORT=
82 # ACCOUNT 2
83 # The user id needed to log onto the server specified in the SERVER_ADDRESS
84 # property.
85 accounts.sip.account2.USER_ID=
87 # The display name to associated with account2
88 accounts.sip.account2.DISPLAY_NAME=
90 # The password (in plain text) needed to log the user specified in USER_ID
91 # on the server specified in SERVER_ADDRESS.
92 accounts.sip.account2.PASSWORD=
94 # The address of the server that this account belongs to (Use '[', ']' for IPv6)
95 accounts.sip.account2.SERVER_ADDRESS=
97 # A port numer to use when connecting to the proxy specified in SERVER_ADDRESS
98 # (Optional)
99 accounts.sip.account2.SERVER_PORT=
101 # The address of the SIP Proxy to use with this account(Use '[', ']' for IPv6)
102 # (Optional)
103 accounts.sip.account2.PROXY_ADDRESS=
105 # A port numer to use when connecting to the proxy specified in PROXY_ADDRESS
106 # (Optional)
107 accounts.sip.account2.PROXY_PORT=
109 # JABBER PROPERTIES
111 # JABBER ACCOUNT 1
112 # The user id needed to log onto the server specified in the SERVER_ADDRESS
113 # property.
114 accounts.jabber.account1.USER_ID=
116 # The server port to be used from account 1
117 # (Optional)
118 accounts.jabber.account1.SERVER_PORT=
120 # The password (in plain text) needed to log the user specified in USER_ID
121 # on the server specified in SERVER_ADDRESS.
122 accounts.jabber.account1.PASSWORD=
124 # The address of the server that this account belongs to (Use '[', ']' for IPv6)
125 accounts.jabber.account1.SERVER_ADDRESS=
127 # JABBER ACCOUNT 2
129 # The user id needed to log onto the server specified in the SERVER_ADDRESS
130 # property.
131 accounts.jabber.account2.USER_ID=
133 # The password (in plain text) needed to log the user specified in USER_ID
134 # on the server specified in SERVER_ADDRESS.
135 accounts.jabber.account2.PASSWORD=
137 # The address of the server that this account belongs to (Use '[', ']' for IPv6)
138 accounts.jabber.account2.SERVER_ADDRESS=
140 # The server port to be used from account 2
141 # (Optional)
142 accounts.jabber.account2.SERVER_PORT=
144 # The following describes the contact list that we will store on the Jabber
145 # server for the tested account implementation. The value of the CONTACT_LIST
146 # property must be a space separated string containing elements each of which
147 # is in the format: GroupName.UIN
150 # VERY IMPORTANT!!! All other users in this contact list will be removed and
151 # the contacts and contact groups enumerated beneath will be added instead
152 accounts.jabber.CONTACT_LIST=
154 # list of icq accounts to notify during testing (optional)
155 accounts.reporting.JABBER_REPORT_LIST=
157 # MSN PROPERTIES
159 # MSN ACCOUNT 1
160 # The user email needed to log onto the server
161 accounts.msn.account1.USER_ID=
163 # The password (in plain text) needed to log the user specified in USER_ID
164 # on the server
165 accounts.msn.account1.PASSWORD=
167 # MSN ACCOUNT 2
169 # The user email needed to log onto the server
170 accounts.msn.account2.USER_ID=
172 # The password (in plain text) needed to log the user specified in USER_ID
173 # on the server
174 accounts.msn.account2.PASSWORD=
176 # The following describes the contact list that we will store on the Msn
177 # server for the tested account implementation. The value of the CONTACT_LIST
178 # property must be a space separated string containing elements each of which
179 # is in the format: GroupName.UIN
182 # VERY IMPORTANT!!! All other users in this contact list will be removed and
183 # the contacts and contact groups enumerated beneath will be added instead
184 accounts.msn.CONTACT_LIST=
186 # list of msn accounts to notify during testing (optional)
187 accounts.reporting.MSN_REPORT_LIST=
189 # YAHOO PROPERTIES
191 # YAHOO ACCOUNT 1
192 # The username needed to log onto the server
193 accounts.yahoo.account1.USER_ID=
195 # The password (in plain text) needed to log the user specified in USER_ID
196 # on the server
197 accounts.yahoo.account1.PASSWORD=
199 # YAHOO ACCOUNT 2
201 # The username needed to log onto the server
202 accounts.yahoo.account2.USER_ID=
204 # The password (in plain text) needed to log the user specified in USER_ID
205 # on the server
206 accounts.yahoo.account2.PASSWORD=
208 # The following describes the contact list that we will store on the Msn
209 # server for the tested account implementation. The value of the CONTACT_LIST
210 # property must be a space separated string containing elements each of which
211 # is in the format: GroupName.UIN
214 # VERY IMPORTANT!!! All other users in this contact list will be removed and
215 # the contacts and contact groups enumerated beneath will be added instead
216 accounts.yahoo.CONTACT_LIST=
218 # list of yahoo accounts to notify during testing (optional)
219 accounts.reporting.YAHOO_REPORT_LIST=
221 # GIBBERISH Account 1
222 # The username to create the first Gibberish account with.
223 accounts.gibberish.account1.USER_ID=gibacc1
225 # A password (the gibberish provider should take any password) necessary to
226 # created the Gibberish account.
227 accounts.gibberish.account1.PASSWORD=whatever
229 # GIBBERISH Account 2
230 # The username to create the first Gibberish account with.
231 accounts.gibberish.account2.USER_ID=gibacc2
233 # A password (the gibberish provider should take any password) necessary to
234 # created the Gibberish account.
235 accounts.gibberish.account2.PASSWORD=whatever2
237 # contact groups enumerated beneath will be added to the contact list of one
238 # of the accounts for testing.
239 accounts.gibberish.CONTACT_LIST=test-group.user1
240 test-group2.user2