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