blob: 5424dc4631a84b58edbfb17765119935f3808848 [file] [log] [blame]
Alexandre Savard3bbb4792012-10-05 11:30:01 -04001<?xml version="1.0" encoding="utf-8"?>
2<!--
3Copyright (C) 2004-2012 Savoir-Faire Linux Inc.
4
5Author: Alexandre Savard <alexandre.savard@gmail.com>
6
7This program is free software; you can redistribute it and/or modify
8it under the terms of the GNU General Public License as published by
9the Free Software Foundation; either version 3 of the License, or
10(at your option) any later version.
11
12This program is distributed in the hope that it will be useful,
13but WITHOUT ANY WARRANTY; without even the implied warranty of
14MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15GNU General Public License for more details.
16
17You should have received a copy of the GNU General Public License
18along with this program; if not, write to the Free Software
19 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
20
21Additional permission under GNU GPL version 3 section 7:
22
23If you modify this program, or any covered work, by linking or
24combining it with the OpenSSL project's OpenSSL library (or a
25modified version of that library), containing parts covered by the
26terms of the OpenSSL or SSLeay licenses, Savoir-Faire Linux Inc.
27grants you additional permission to convey the resulting work.
28Corresponding Source for a non-source form of such a combination
29shall include the source code for the parts of OpenSSL used as well
30as that of the covered work.
31 -->
32<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
Alexandre Savard6afe75f2012-10-05 18:15:29 -040033 <PreferenceCategory
34 android:id="@+id/account_basic_category"
35 android:title="Basic settings">
Alexandre Savardafc10272012-10-16 14:13:07 -040036 <CheckBoxPreference
37 android:id="@+id/account_creation_enable"
38 android:key="Account.enable"
39 android:persistent="false"
40 android:defaultValue="true"
41 android:title="Account enabled"
alisiond9e29442013-04-17 16:10:18 -040042 android:summaryOn="enabled"
43 android:summaryOff="disabled"/>
alision5de91782013-07-10 10:47:30 -040044<!-- <EditTextPreference -->
45<!-- android:id="@+id/account_creation_type" -->
46<!-- android:key="Account.type" -->
47<!-- android:persistent="false" -->
48<!-- android:defaultValue="SIP" -->
49<!-- android:title="Type" -->
50<!-- android:summary="SIP"/> -->
Alexandre Savard3bbb4792012-10-05 11:30:01 -040051 <EditTextPreference
52 android:id="@+id/account_creation_alias"
Alexandre Savard6afe75f2012-10-05 18:15:29 -040053 android:key="Account.alias"
Alexandre Savard3bbb4792012-10-05 11:30:01 -040054 android:persistent="false"
55 android:defaultValue=""
56 android:title="Alias"
alisiond9e29442013-04-17 16:10:18 -040057 android:summary=""/>
Alexandre Savard3bbb4792012-10-05 11:30:01 -040058 <EditTextPreference
59 android:id="@+id/account_creation_hostname"
Alexandre Savard6afe75f2012-10-05 18:15:29 -040060 android:key="Account.hostname"
Alexandre Savard3bbb4792012-10-05 11:30:01 -040061 android:persistent="false"
62 android:defaultValue=""
63 android:title="Hostname"
alisiond9e29442013-04-17 16:10:18 -040064 android:summary=""/>
Alexandre Savard3bbb4792012-10-05 11:30:01 -040065 <EditTextPreference
Alexandre Savard6afe75f2012-10-05 18:15:29 -040066 android:id="@+id/account_creation_username"
67 android:key="Account.username"
Alexandre Savard3bbb4792012-10-05 11:30:01 -040068 android:persistent="false"
69 android:defaultValue=""
Alexandre Savard6afe75f2012-10-05 18:15:29 -040070 android:title="Username"
alisiond9e29442013-04-17 16:10:18 -040071 android:summary=""/>
alision5de91782013-07-10 10:47:30 -040072<!-- <EditTextPreference -->
73<!-- android:id="@+id/account_creation_routeset" -->
74<!-- android:key="Account.routeset" -->
75<!-- android:persistent="false" -->
76<!-- android:defaultValue="" -->
77<!-- android:title="Route Set" -->
78<!-- android:summary=""/> -->
Alexandre Savard3bbb4792012-10-05 11:30:01 -040079 <EditTextPreference
Alexandre Savard6afe75f2012-10-05 18:15:29 -040080 android:id="@+id/account_creation_password"
81 android:key="Account.password"
82 android:persistent="false"
83 android:defaultValue=""
84 android:title="Password"
alisiond9e29442013-04-17 16:10:18 -040085 android:summary=""/>
alision5de91782013-07-10 10:47:30 -040086<!-- <EditTextPreference -->
87<!-- android:id="@+id/account_creation_realm" -->
88<!-- android:key="Account.realm" -->
89<!-- android:persistent="false" -->
90<!-- android:defaultValue="*" -->
91<!-- android:title="Realm" -->
92<!-- android:summary="*"/> -->
93<!-- <EditTextPreference -->
94<!-- android:id="@+id/account_creation_useragent" -->
95<!-- android:key="Account.useragent" -->
96<!-- android:persistent="false" -->
97<!-- android:defaultValue="SFLPhone" -->
98<!-- android:title="User Agent" -->
99<!-- android:summary="SFLPhone"/> -->
Alexandre Savard6afe75f2012-10-05 18:15:29 -0400100 </PreferenceCategory>
alision5de91782013-07-10 10:47:30 -0400101<!-- <PreferenceCategory -->
102<!-- android:id="@+id/account_advanced_category" -->
103<!-- android:title="Advanced settings"> -->
104<!-- <EditTextPreference -->
105<!-- android:id="@+id/account_creation_registration_expire" -->
106<!-- android:key="Account.registrationExpire" -->
107<!-- android:persistent="false" -->
108<!-- android:defaultValue="60" -->
109<!-- android:title="Registration Expire" -->
110<!-- android:summary="60"/> -->
111<!-- <CheckBoxPreference -->
112<!-- android:id="@+id/account_creation_autoanswer" -->
113<!-- android:key="Account.autoAnswer" -->
114<!-- android:persistent="false" -->
115<!-- android:defaultValue="false" -->
116<!-- android:title="Auto Answer" -->
117<!-- android:summaryOn="enabled" -->
118<!-- android:summaryOff="disabled"/> -->
119<!-- <EditTextPreference -->
120<!-- android:id="@+id/account_creation_registration_status" -->
121<!-- android:key="Account.registrationStatus" -->
122<!-- android:persistent="false" -->
123<!-- android:defaultValue="" -->
124<!-- android:title="Registration Status" -->
125<!-- android:summary=""/> -->
126<!-- <EditTextPreference -->
127<!-- android:id="@+id/account_creation_registration_state_code" -->
128<!-- android:key="Account.registrationCode" -->
129<!-- android:persistent="false" -->
130<!-- android:defaultValue="" -->
131<!-- android:title="Registration Code" -->
132<!-- android:summary=""/> -->
133<!-- <EditTextPreference -->
134<!-- android:id="@+id/account_creation_registration_state_desc" -->
135<!-- android:key="Account.registrationDescription" -->
136<!-- android:persistent="false" -->
137<!-- android:defaultValue="" -->
138<!-- android:title="Registration Desciption" -->
139<!-- android:summary=""/> -->
140<!-- <EditTextPreference -->
141<!-- android:id="@+id/account_creation_credential_number" -->
142<!-- android:key="Credential.count" -->
143<!-- android:persistent="false" -->
144<!-- android:defaultValue="0" -->
145<!-- android:title="Credential Number" -->
146<!-- android:summary="0"/> -->
147<!-- <EditTextPreference -->
148<!-- android:id="@+id/account_creation_dtmf_type" -->
149<!-- android:key="Account.dtmfType" -->
150<!-- android:persistent="false" -->
151<!-- android:defaultValue="SIP" -->
152<!-- android:title="DTMF Type" -->
153<!-- android:summary="SIP"/> -->
154<!-- <EditTextPreference -->
155<!-- android:id="@+id/account_creation_ringtone_path" -->
156<!-- android:key="Account.ringtonePath" -->
157<!-- android:persistent="false" -->
158<!-- android:defaultValue="" -->
159<!-- android:title="Ringtone Path"/> -->
160<!-- <CheckBoxPreference -->
161<!-- android:id="@+id/account_creation_ringtone_enabled" -->
162<!-- android:key="Account.ringtoneEnabled" -->
163<!-- android:persistent="false" -->
164<!-- android:defaultValue="true" -->
165<!-- android:title="Ringtone Enabled"/> -->
166<!-- <CheckBoxPreference -->
167<!-- android:id="@+id/account_creation_keep_alive" -->
168<!-- android:key="Account.keepAliveEnabled" -->
169<!-- android:persistent="false" -->
170<!-- android:defaultValue="false" -->
171<!-- android:title="Keep Alive"/> -->
172<!-- <ListPreference -->
173<!-- android:id="@+id/account_creation_local_interface" -->
174<!-- android:key="Account.localInterface" -->
175<!-- android:persistent="false" -->
176<!-- android:defaultValue="wlan0" -->
177<!-- android:title="Local Interface" -->
178<!-- android:summary="wlan0"/> -->
179<!-- <CheckBoxPreference -->
180<!-- android:id="@+id/account_creation_published_sameas_local" -->
181<!-- android:key="Account.publishedSameAsLocal" -->
182<!-- android:persistent="false" -->
183<!-- android:defaultValue="false" -->
184<!-- android:title="Published same as local" -->
185<!-- android:summaryOn="yes" -->
186<!-- android:summaryOff="no"/> -->
187<!-- <EditTextPreference -->
188<!-- android:id="@+id/account_creation_local_port" -->
189<!-- android:key="Account.localPort" -->
190<!-- android:persistent="false" -->
191<!-- android:defaultValue="5070" -->
192<!-- android:title="Local Port" -->
193<!-- android:summary="5070"/> -->
194<!-- <EditTextPreference -->
195<!-- android:id="@+id/account_creation_published_port" -->
196<!-- android:key="Account.publishedPort" -->
197<!-- android:persistent="false" -->
198<!-- android:defaultValue="5070" -->
199<!-- android:title="Published Port" -->
200<!-- android:summary="5070"/> -->
201<!-- <EditTextPreference -->
202<!-- android:id="@+id/account_creation_published_address" -->
203<!-- android:key="Account.publishedAddress" -->
204<!-- android:persistent="false" -->
205<!-- android:defaultValue="0.0.0.0" -->
206<!-- android:title="Published Address" -->
207<!-- android:summary="0.0.0.0"/> -->
208<!-- <EditTextPreference -->
209<!-- android:id="@+id/account_creation_display_name" -->
210<!-- android:key="Account.displayName" -->
211<!-- android:persistent="false" -->
212<!-- android:defaultValue="SFLPhone" -->
213<!-- android:title="Display Name" -->
214<!-- android:summary="SFLPhone"/> -->
215<!-- <CheckBoxPreference -->
216<!-- android:id="@+id/account_creation_stun_enable" -->
217<!-- android:key="STUN.enable" -->
218<!-- android:persistent="false" -->
219<!-- android:defaultValue="false" -->
220<!-- android:title="Stun Enabled" -->
221<!-- android:summaryOn="enabled" -->
222<!-- android:summaryOff="disabled"/> -->
223<!-- <EditTextPreference -->
224<!-- android:id="@+id/account_creation_stun_server" -->
225<!-- android:key="STUN.server" -->
226<!-- android:persistent="false" -->
227<!-- android:defaultValue="" -->
228<!-- android:title="Stun Server" -->
229<!-- android:summary=""/> -->
230<!-- </PreferenceCategory> -->
231<!-- <PreferenceCategory -->
232<!-- android:id="@+id/account_srtp_category" -->
233<!-- android:title="SRTP settings"> -->
234<!-- <CheckBoxPreference -->
235<!-- android:id="@+id/account_creation_srtp_enable" -->
236<!-- android:key="SRTP.enable" -->
237<!-- android:persistent="false" -->
238<!-- android:defaultValue="false" -->
239<!-- android:title="SRTP Enabled" -->
240<!-- android:summaryOn="enabled" -->
241<!-- android:summaryOff="disabled"/> -->
242<!-- <CheckBoxPreference -->
243<!-- android:id="@+id/account_creation_srtp_key_exchange" -->
244<!-- android:key="SRTP.keyExchange" -->
245<!-- android:persistent="false" -->
246<!-- android:defaultValue="false" -->
247<!-- android:title="SRTP Key Exchange" -->
248<!-- android:summaryOn="enabled" -->
249<!-- android:summaryOff="disabled"/> -->
250<!-- <CheckBoxPreference -->
251<!-- android:id="@+id/account_creation_srtp_encryp_algo" -->
252<!-- android:key="SRTP.encryptionAlgorithm" -->
253<!-- android:persistent="false" -->
254<!-- android:defaultValue="false" -->
255<!-- android:title="SRTP Encrypt Algo" -->
256<!-- android:summaryOn="enabled" -->
257<!-- android:summaryOff="disabled"/> -->
258<!-- <CheckBoxPreference -->
259<!-- android:id="@+id/account_creation_srtp_rtp_fallback" -->
260<!-- android:key="SRTP.rtpFallback" -->
261<!-- android:persistent="false" -->
262<!-- android:defaultValue="false" -->
263<!-- android:title="SRTP RTP Fallback" -->
264<!-- android:summaryOn="enabled" -->
265<!-- android:summaryOff="disabled"/> -->
266<!-- <CheckBoxPreference -->
267<!-- android:id="@+id/account_creation_srtp_hello_hash" -->
268<!-- android:key="ZRTP.helloHashEnable" -->
269<!-- android:persistent="false" -->
270<!-- android:defaultValue="disabled" -->
271<!-- android:title="ZRTP Hello Hash" -->
272<!-- android:summaryOn="enabled" -->
273<!-- android:summaryOff="disabled"/> -->
274<!-- <CheckBoxPreference -->
275<!-- android:id="@+id/account_creation_srtp_display_sas" -->
276<!-- android:key="ZRTP.displaySAS" -->
277<!-- android:persistent="false" -->
278<!-- android:defaultValue="false" -->
279<!-- android:title="ZRTP Display SAS" -->
280<!-- android:summaryOn="enabled" -->
281<!-- android:summaryOff="disabled"/> -->
282<!-- <CheckBoxPreference -->
283<!-- android:id="@+id/account_creation_srtp_supported_warning" -->
284<!-- android:key="ZRTP.notSuppWarning" -->
285<!-- android:persistent="false" -->
286<!-- android:defaultValue="false" -->
287<!-- android:title="ZRTP Not Supported Warning" -->
288<!-- android:summaryOn="enabled" -->
289<!-- android:summaryOff="disabled"/> -->
290<!-- <CheckBoxPreference -->
291<!-- android:id="@+id/account_creation_srtp_displaysas_once" -->
292<!-- android:key="ZRTP.displaySasOnce" -->
293<!-- android:persistent="false" -->
294<!-- android:defaultValue="false" -->
295<!-- android:title="ZRTP Display SAS Once" -->
296<!-- android:summaryOn="enabled" -->
297<!-- android:summaryOff="disabled"/> -->
298<!-- </PreferenceCategory> -->
299<!-- <PreferenceCategory -->
300<!-- android:id="@+id/account_tls_category" -->
301<!-- android:title="TLS settings"> -->
302<!-- <CheckBoxPreference -->
303<!-- android:id="@+id/account_creation_tls_enable" -->
304<!-- android:key="TLS.enable" -->
305<!-- android:persistent="false" -->
306<!-- android:defaultValue="false" -->
307<!-- android:title="TLS Enabled" -->
308<!-- android:summaryOn="enabled" -->
309<!-- android:summaryOff="disabled"/> -->
310<!-- <EditTextPreference -->
311<!-- android:id="@+id/account_creation_tls_listener_port" -->
312<!-- android:key="TLS.listenerPort" -->
313<!-- android:persistent="false" -->
314<!-- android:defaultValue="5061" -->
315<!-- android:title="Listener Port" -->
316<!-- android:summary="5061"/> -->
317<!-- <EditTextPreference -->
318<!-- android:id="@+id/account_creation_tls_certificate_list_file" -->
319<!-- android:key="TLS.certificateListFile" -->
320<!-- android:persistent="false" -->
321<!-- android:defaultValue="" -->
322<!-- android:title="TLS Certificate List File" -->
323<!-- android:summary=""/> -->
324<!-- <EditTextPreference -->
325<!-- android:id="@+id/account_creation_tls_certificate_file" -->
326<!-- android:key="TLS.certificateFile" -->
327<!-- android:persistent="false" -->
328<!-- android:defaultValue="" -->
329<!-- android:title="TLS Certificate File" -->
330<!-- android:summary=""/> -->
331<!-- <EditTextPreference -->
332<!-- android:id="@+id/account_creation_tls_private_key_file" -->
333<!-- android:key="TLS.privateKeyFile" -->
334<!-- android:persistent="false" -->
335<!-- android:defaultValue="disabled" -->
336<!-- android:title="TLS Private Key File" -->
337<!-- android:summary="disabled"/> -->
338<!-- <EditTextPreference -->
339<!-- android:id="@+id/account_creation_tls_password" -->
340<!-- android:key="TLS.password" -->
341<!-- android:persistent="false" -->
342<!-- android:defaultValue="" -->
343<!-- android:title="TLS Password" -->
344<!-- android:summary=""/> -->
345<!-- <EditTextPreference -->
346<!-- android:id="@+id/account_creation_tls_method" -->
347<!-- android:key="TLS.method" -->
348<!-- android:persistent="false" -->
349<!-- android:defaultValue="" -->
350<!-- android:title="TLS Method" -->
351<!-- android:summary=""/> -->
352<!-- <EditTextPreference -->
353<!-- android:id="@+id/account_creation_tls_ciphers" -->
354<!-- android:key="TLS.ciphers" -->
355<!-- android:persistent="false" -->
356<!-- android:defaultValue="" -->
357<!-- android:title="TLS Ciphers" -->
358<!-- android:summary=""/> -->
359<!-- <EditTextPreference -->
360<!-- android:id="@+id/account_creation_tls_server_name" -->
361<!-- android:key="TLS.serverName" -->
362<!-- android:persistent="false" -->
363<!-- android:defaultValue="" -->
364<!-- android:title="TLS Server Name" -->
365<!-- android:summary=""/> -->
366<!-- <CheckBoxPreference -->
367<!-- android:id="@+id/account_creation_tls_verify_server" -->
368<!-- android:key="TLS.verifyServer" -->
369<!-- android:persistent="false" -->
370<!-- android:defaultValue="false" -->
371<!-- android:title="TLS Verify Server" -->
372<!-- android:summaryOn="enabled" -->
373<!-- android:summaryOff="disabled"/> -->
374<!-- <CheckBoxPreference -->
375<!-- android:id="@+id/account_creation_tls_verify_client" -->
376<!-- android:key="TLS.verifyClient" -->
377<!-- android:persistent="false" -->
378<!-- android:defaultValue="false" -->
379<!-- android:title="TLS Verify Client" -->
380<!-- android:summaryOn="enabled" -->
381<!-- android:summaryOff="disabled"/> -->
382<!-- <CheckBoxPreference -->
383<!-- android:id="@+id/account_creation_tls_require_client_cert" -->
384<!-- android:key="TLS.requireClientCertificate" -->
385<!-- android:persistent="false" -->
386<!-- android:defaultValue="false" -->
387<!-- android:title="TLS Require Client Certificate" -->
388<!-- android:summaryOn="enabled" -->
389<!-- android:summaryOff="disabled"/> -->
390<!-- <EditTextPreference -->
391<!-- android:id="@+id/account_creation_tls_timeout_sec" -->
392<!-- android:key="TLS.negotiationTimeoutSec" -->
393<!-- android:persistent="false" -->
394<!-- android:defaultValue="60" -->
395<!-- android:title="TLS Timeout Sec" -->
396<!-- android:summary="60"/> -->
397<!-- <EditTextPreference -->
398<!-- android:id="@+id/account_creation_tls_timeout_msec" -->
399<!-- android:key="TLS.negotiationTimeoutMsec" -->
400<!-- android:persistent="false" -->
401<!-- android:defaultValue="0" -->
402<!-- android:title="TLS Timeout Msec" -->
403<!-- android:summary="0"/> -->
404<!-- </PreferenceCategory> -->
Alexandre Savard3bbb4792012-10-05 11:30:01 -0400405</PreferenceScreen>