blob: 32a197b82e9d460cf125b829a1f2ad6d52be851b [file] [log] [blame]
Alexandre Lisionc48c36a2013-11-12 16:26:10 -05001<?xml version="1.0" encoding="utf-8"?>
2<!--
3Copyright (C) 2004-2013 Savoir-Faire Linux Inc.
4
5Author: Alexandre Lision <alexandre.lision@savoirfairelinux.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
33<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" >
34
35 <PreferenceCategory
36 android:id="@+id/account_credentials_category"
37 android:title="Credentials" >
38 <EditTextPreference
39 android:id="@+id/account_credential_number"
40 android:defaultValue="0"
41 android:key="Credential.count"
42 android:persistent="false"
43 android:summary="0"
44 android:title="Credential Number" />
45 </PreferenceCategory>
46 <PreferenceCategory
47 android:id="@+id/account_security_category"
48 android:title="Security" >
49 <ListPreference
50 android:id="@+id/account_srtp_enable"
51 android:defaultValue="Deactivated"
52 android:key="SRTP.enable"
53 android:persistent="false"
54 android:summary="Deactivated"
55 android:title="SRTP Exchange" />
56
57 <CheckBoxPreference
58 android:id="@+id/account_creation_tls_enable"
59 android:defaultValue="false"
60 android:key="TLS.enable"
61 android:persistent="false"
62 android:summaryOff="disabled"
63 android:summaryOn="enabled"
64 android:title="TLS Enabled" />
65 </PreferenceCategory>
66 <!-- <CheckBoxPreference -->
67 <!-- android:id="@+id/account_creation_srtp_key_exchange" -->
68 <!-- android:key="SRTP.keyExchange" -->
69 <!-- android:persistent="false" -->
70 <!-- android:defaultValue="false" -->
71 <!-- android:title="SRTP Key Exchange" -->
72 <!-- android:summaryOn="enabled" -->
73 <!-- android:summaryOff="disabled"/> -->
74
75
76 <!-- <CheckBoxPreference -->
77 <!-- android:id="@+id/account_creation_srtp_rtp_fallback" -->
78 <!-- android:key="SRTP.rtpFallback" -->
79 <!-- android:persistent="false" -->
80 <!-- android:defaultValue="false" -->
81 <!-- android:title="SRTP RTP Fallback" -->
82 <!-- android:summaryOn="enabled" -->
83 <!-- android:summaryOff="disabled"/> -->
84 <!-- <CheckBoxPreference -->
85 <!-- android:id="@+id/account_creation_srtp_hello_hash" -->
86 <!-- android:key="ZRTP.helloHashEnable" -->
87 <!-- android:persistent="false" -->
88 <!-- android:defaultValue="disabled" -->
89 <!-- android:title="ZRTP Hello Hash" -->
90 <!-- android:summaryOn="enabled" -->
91 <!-- android:summaryOff="disabled"/> -->
92 <!-- <CheckBoxPreference -->
93 <!-- android:id="@+id/account_creation_srtp_display_sas" -->
94 <!-- android:key="ZRTP.displaySAS" -->
95 <!-- android:persistent="false" -->
96 <!-- android:defaultValue="false" -->
97 <!-- android:title="ZRTP Display SAS" -->
98 <!-- android:summaryOn="enabled" -->
99 <!-- android:summaryOff="disabled"/> -->
100 <!-- <CheckBoxPreference -->
101 <!-- android:id="@+id/account_creation_srtp_supported_warning" -->
102 <!-- android:key="ZRTP.notSuppWarning" -->
103 <!-- android:persistent="false" -->
104 <!-- android:defaultValue="false" -->
105 <!-- android:title="ZRTP Not Supported Warning" -->
106 <!-- android:summaryOn="enabled" -->
107 <!-- android:summaryOff="disabled"/> -->
108 <!-- <CheckBoxPreference -->
109 <!-- android:id="@+id/account_creation_srtp_displaysas_once" -->
110 <!-- android:key="ZRTP.displaySasOnce" -->
111 <!-- android:persistent="false" -->
112 <!-- android:defaultValue="false" -->
113 <!-- android:title="ZRTP Display SAS Once" -->
114 <!-- android:summaryOn="enabled" -->
115 <!-- android:summaryOff="disabled"/> -->
116
117 <PreferenceCategory>
118 </PreferenceCategory>
119 <!-- <PreferenceCategory -->
120 <!-- android:id="@+id/account_tls_category" -->
121 <!-- android:title="TLS settings"> -->
122
123
124 <!-- <EditTextPreference -->
125 <!-- android:id="@+id/account_creation_tls_listener_port" -->
126 <!-- android:key="TLS.listenerPort" -->
127 <!-- android:persistent="false" -->
128 <!-- android:defaultValue="5061" -->
129 <!-- android:title="Listener Port" -->
130 <!-- android:summary="5061"/> -->
131 <!-- <EditTextPreference -->
132 <!-- android:id="@+id/account_creation_tls_certificate_list_file" -->
133 <!-- android:key="TLS.certificateListFile" -->
134 <!-- android:persistent="false" -->
135 <!-- android:defaultValue="" -->
136 <!-- android:title="TLS Certificate List File" -->
137 <!-- android:summary=""/> -->
138 <!-- <EditTextPreference -->
139 <!-- android:id="@+id/account_creation_tls_certificate_file" -->
140 <!-- android:key="TLS.certificateFile" -->
141 <!-- android:persistent="false" -->
142 <!-- android:defaultValue="" -->
143 <!-- android:title="TLS Certificate File" -->
144 <!-- android:summary=""/> -->
145 <!-- <EditTextPreference -->
146 <!-- android:id="@+id/account_creation_tls_private_key_file" -->
147 <!-- android:key="TLS.privateKeyFile" -->
148 <!-- android:persistent="false" -->
149 <!-- android:defaultValue="disabled" -->
150 <!-- android:title="TLS Private Key File" -->
151 <!-- android:summary="disabled"/> -->
152 <!-- <EditTextPreference -->
153 <!-- android:id="@+id/account_creation_tls_password" -->
154 <!-- android:key="TLS.password" -->
155 <!-- android:persistent="false" -->
156 <!-- android:defaultValue="" -->
157 <!-- android:title="TLS Password" -->
158 <!-- android:summary=""/> -->
159 <!-- <EditTextPreference -->
160 <!-- android:id="@+id/account_creation_tls_method" -->
161 <!-- android:key="TLS.method" -->
162 <!-- android:persistent="false" -->
163 <!-- android:defaultValue="" -->
164 <!-- android:title="TLS Method" -->
165 <!-- android:summary=""/> -->
166 <!-- <EditTextPreference -->
167 <!-- android:id="@+id/account_creation_tls_ciphers" -->
168 <!-- android:key="TLS.ciphers" -->
169 <!-- android:persistent="false" -->
170 <!-- android:defaultValue="" -->
171 <!-- android:title="TLS Ciphers" -->
172 <!-- android:summary=""/> -->
173 <!-- <EditTextPreference -->
174 <!-- android:id="@+id/account_creation_tls_server_name" -->
175 <!-- android:key="TLS.serverName" -->
176 <!-- android:persistent="false" -->
177 <!-- android:defaultValue="" -->
178 <!-- android:title="TLS Server Name" -->
179 <!-- android:summary=""/> -->
180 <!-- <CheckBoxPreference -->
181 <!-- android:id="@+id/account_creation_tls_verify_server" -->
182 <!-- android:key="TLS.verifyServer" -->
183 <!-- android:persistent="false" -->
184 <!-- android:defaultValue="false" -->
185 <!-- android:title="TLS Verify Server" -->
186 <!-- android:summaryOn="enabled" -->
187 <!-- android:summaryOff="disabled"/> -->
188 <!-- <CheckBoxPreference -->
189 <!-- android:id="@+id/account_creation_tls_verify_client" -->
190 <!-- android:key="TLS.verifyClient" -->
191 <!-- android:persistent="false" -->
192 <!-- android:defaultValue="false" -->
193 <!-- android:title="TLS Verify Client" -->
194 <!-- android:summaryOn="enabled" -->
195 <!-- android:summaryOff="disabled"/> -->
196 <!-- <CheckBoxPreference -->
197 <!-- android:id="@+id/account_creation_tls_require_client_cert" -->
198 <!-- android:key="TLS.requireClientCertificate" -->
199 <!-- android:persistent="false" -->
200 <!-- android:defaultValue="false" -->
201 <!-- android:title="TLS Require Client Certificate" -->
202 <!-- android:summaryOn="enabled" -->
203 <!-- android:summaryOff="disabled"/> -->
204 <!-- <EditTextPreference -->
205 <!-- android:id="@+id/account_creation_tls_timeout_sec" -->
206 <!-- android:key="TLS.negotiationTimeoutSec" -->
207 <!-- android:persistent="false" -->
208 <!-- android:defaultValue="60" -->
209 <!-- android:title="TLS Timeout Sec" -->
210 <!-- android:summary="60"/> -->
211 <!-- <EditTextPreference -->
212 <!-- android:id="@+id/account_creation_tls_timeout_msec" -->
213 <!-- android:key="TLS.negotiationTimeoutMsec" -->
214 <!-- android:persistent="false" -->
215 <!-- android:defaultValue="0" -->
216 <!-- android:title="TLS Timeout Msec" -->
217 <!-- android:summary="0"/> -->
218 <!-- </PreferenceCategory> -->
219
220</PreferenceScreen>