blob: fd600e05444426f5bcc4832919930f7b157541cd [file] [log] [blame]
Stepan Salenikovichb7e6a732015-05-04 17:13:22 -04001<?xml version="1.0" encoding="UTF-8"?>
2<interface>
3 <requires lib="gtk+" version="3.10"/>
4 <object class="GtkAdjustment" id="adjustment_audio_port_max">
5 <property name="lower">0</property>
6 <property name="upper">65535</property>
7 <property name="step_increment">1</property>
8 <property name="page_increment">10</property>
9 </object>
10 <object class="GtkAdjustment" id="adjustment_audio_port_min">
11 <property name="lower">0</property>
12 <property name="upper">65535</property>
13 <property name="step_increment">1</property>
14 <property name="page_increment">10</property>
15 </object>
16 <object class="GtkAdjustment" id="adjustment_local_port">
17 <property name="lower">0</property>
18 <property name="upper">65535</property>
19 <property name="step_increment">1</property>
20 <property name="page_increment">10</property>
21 </object>
22 <object class="GtkAdjustment" id="adjustment_published_port">
23 <property name="lower">0</property>
24 <property name="upper">65535</property>
25 <property name="step_increment">1</property>
26 <property name="page_increment">10</property>
27 </object>
28 <object class="GtkAdjustment" id="adjustment_registration_timeout">
29 <property name="lower">60</property>
30 <!-- is there an actual maximum to this value? -->
31 <property name="upper">2147483647</property>
32 <property name="step_increment">1</property>
33 <property name="page_increment">10</property>
34 </object>
35 <object class="GtkAdjustment" id="adjustment_video_port_max">
36 <property name="lower">0</property>
37 <property name="upper">65535</property>
38 <property name="step_increment">1</property>
39 <property name="page_increment">10</property>
40 </object>
41 <object class="GtkAdjustment" id="adjustment_video_port_min">
42 <property name="lower">0</property>
43 <property name="upper">65535</property>
44 <property name="step_increment">1</property>
45 <property name="page_increment">10</property>
46 </object>
47 <template class="AccountAdvancedTab" parent="GtkBox">
48 <property name="visible">True</property>
49 <property name="can_focus">False</property>
50 <property name="orientation">vertical</property>
51 <child>
52 <object class="GtkBox" id="vbox_main">
53 <property name="visible">True</property>
54 <property name="can_focus">False</property>
55 <property name="orientation">vertical</property>
56 <property name="spacing">10</property>
57 <property name="border_width">10</property>
58 <child>
59 <object class="GtkFrame" id="frame_registration">
60 <property name="visible">True</property>
61 <property name="can_focus">False</property>
62 <property name="label_xalign">0</property>
63 <property name="shadow_type">none</property>
64 <child>
65 <object class="GtkBox" id="box_registration">
66 <property name="visible">True</property>
67 <property name="can_focus">False</property>
68 <property name="margin_left">10</property>
69 <property name="margin_top">10</property>
70 <property name="spacing">10</property>
71 <child>
72 <object class="GtkLabel" id="label_registration_expire">
73 <property name="visible">True</property>
74 <property name="can_focus">False</property>
75 <property name="label" translatable="yes">Registration expire timeout (seconds):</property>
76 </object>
77 <packing>
78 <property name="expand">False</property>
79 <property name="fill">True</property>
80 <property name="position">0</property>
81 </packing>
82 </child>
83 <child>
84 <object class="GtkSpinButton" id="spinbutton_registration_expire">
85 <property name="visible">True</property>
86 <property name="can_focus">True</property>
87 <property name="adjustment">adjustment_registration_timeout</property>
88 </object>
89 <packing>
90 <property name="expand">False</property>
91 <property name="fill">True</property>
92 <property name="position">1</property>
93 </packing>
94 </child>
95 </object>
96 </child>
97 <child type="label">
98 <object class="GtkLabel" id="label_registration">
99 <property name="visible">True</property>
100 <property name="can_focus">False</property>
101 <property name="label" translatable="yes">&lt;b&gt;Registration&lt;/b&gt;</property>
102 <property name="use_markup">True</property>
103 </object>
104 </child>
105 </object>
106 <packing>
107 <property name="expand">False</property>
108 <property name="fill">True</property>
109 <property name="position">0</property>
110 </packing>
111 </child>
112 <child>
113 <object class="GtkFrame" id="frame_network_interface">
114 <property name="visible">True</property>
115 <property name="can_focus">False</property>
116 <property name="label_xalign">0</property>
117 <property name="shadow_type">none</property>
118 <child>
119 <object class="GtkBox" id="box_network_interface">
120 <property name="visible">True</property>
121 <property name="can_focus">False</property>
122 <property name="margin_left">10</property>
123 <property name="margin_top">10</property>
124 <property name="spacing">10</property>
125 <property name="orientation">vertical</property>
126 <!-- this checkbutton only applies to RING accounts -->
127 <child>
128 <object class="GtkCheckButton" id="checkbutton_use_random_port">
129 <property name="label" translatable="yes">Use random port</property>
130 <property name="visible">True</property>
131 <property name="can_focus">True</property>
132 <property name="receives_default">False</property>
133 <property name="xalign">0</property>
134 <property name="draw_indicator">True</property>
135 </object>
136 <packing>
137 <property name="expand">False</property>
138 <property name="fill">True</property>
139 </packing>
140 </child>
141 <child>
142 <object class="GtkBox" id="box_local_port">
143 <property name="visible">True</property>
144 <property name="can_focus">False</property>
145 <property name="spacing">10</property>
146 <child>
147 <object class="GtkLabel" id="label_local_port">
148 <property name="visible">True</property>
149 <property name="can_focus">False</property>
150 <property name="label" translatable="yes">Local port:</property>
151 </object>
152 <packing>
153 <property name="expand">False</property>
154 <property name="fill">True</property>
155 <property name="position">0</property>
156 </packing>
157 </child>
158 <child>
159 <object class="GtkSpinButton" id="spinbutton_local_port">
160 <property name="visible">True</property>
161 <property name="can_focus">True</property>
162 <property name="adjustment">adjustment_local_port</property>
163 </object>
164 <packing>
165 <property name="expand">False</property>
166 <property name="fill">True</property>
167 <property name="position">1</property>
168 </packing>
169 </child>
170 </object>
171 </child>
172 </object>
173 </child>
174 <child type="label">
175 <object class="GtkLabel" id="label_network_interface">
176 <property name="visible">True</property>
177 <property name="can_focus">False</property>
178 <property name="label" translatable="yes">&lt;b&gt;Network Interface&lt;/b&gt;</property>
179 <property name="use_markup">True</property>
180 </object>
181 </child>
182 </object>
183 <packing>
184 <property name="expand">False</property>
185 <property name="fill">True</property>
186 <property name="position">1</property>
187 </packing>
188 </child>
189 <child>
190 <object class="GtkFrame" id="frame_parameters">
191 <property name="visible">True</property>
192 <property name="can_focus">False</property>
193 <property name="label_xalign">0</property>
194 <property name="shadow_type">none</property>
195 <child>
196 <object class="GtkBox" id="box_published_address">
197 <property name="visible">True</property>
198 <property name="can_focus">False</property>
199 <property name="margin_left">10</property>
200 <property name="margin_top">10</property>
201 <property name="orientation">vertical</property>
202 <property name="spacing">10</property>
203 <child>
204 <object class="GtkRadioButton" id="radiobutton_same_as_local">
205 <property name="label" translatable="yes">Same as local parameters</property>
206 <property name="visible">True</property>
207 <property name="can_focus">True</property>
208 <property name="receives_default">False</property>
209 <property name="xalign">0</property>
210 <property name="active">True</property>
211 <property name="draw_indicator">True</property>
212 </object>
213 <packing>
214 <property name="expand">False</property>
215 <property name="fill">True</property>
216 <property name="position">0</property>
217 </packing>
218 </child>
219 <child>
220 <object class="GtkRadioButton" id="radiobutton_set_published">
221 <property name="label" translatable="yes">Set published address and port:</property>
222 <property name="visible">True</property>
223 <property name="can_focus">True</property>
224 <property name="receives_default">False</property>
225 <property name="xalign">0</property>
226 <property name="active">True</property>
227 <property name="draw_indicator">True</property>
228 <property name="group">radiobutton_same_as_local</property>
229 </object>
230 <packing>
231 <property name="expand">False</property>
232 <property name="fill">True</property>
233 <property name="position">1</property>
234 </packing>
235 </child>
236 <child>
237 <object class="GtkBox" id="box_published_address_port">
238 <property name="visible">True</property>
239 <property name="can_focus">False</property>
240 <property name="margin_left">30</property>
241 <property name="spacing">10</property>
242 <child>
243 <object class="GtkLabel" id="label_published_address">
244 <property name="visible">True</property>
245 <property name="can_focus">False</property>
246 <property name="label" translatable="yes">Address</property>
247 </object>
248 <packing>
249 <property name="expand">False</property>
250 <property name="fill">True</property>
251 <property name="position">0</property>
252 </packing>
253 </child>
254 <child>
255 <object class="GtkEntry" id="entry_published_address">
256 <property name="visible">True</property>
257 <property name="can_focus">True</property>
258 </object>
259 <packing>
260 <property name="expand">False</property>
261 <property name="fill">True</property>
262 <property name="position">1</property>
263 </packing>
264 </child>
265 <child>
266 <object class="GtkLabel" id="label_published_port">
267 <property name="visible">True</property>
268 <property name="can_focus">False</property>
269 <property name="margin_left">10</property>
270 <property name="label" translatable="yes">Port</property>
271 </object>
272 <packing>
273 <property name="expand">False</property>
274 <property name="fill">True</property>
275 <property name="position">2</property>
276 </packing>
277 </child>
278 <child>
279 <object class="GtkSpinButton" id="spinbutton_published_port">
280 <property name="visible">True</property>
281 <property name="can_focus">True</property>
282 <property name="adjustment">adjustment_published_port</property>
283 </object>
284 <packing>
285 <property name="expand">False</property>
286 <property name="fill">True</property>
287 <property name="position">3</property>
288 </packing>
289 </child>
290 </object>
291 <packing>
292 <property name="expand">False</property>
293 <property name="fill">True</property>
294 <property name="position">2</property>
295 </packing>
296 </child>
297 <child>
298 <object class="GtkBox" id="box_stun">
299 <property name="visible">True</property>
300 <property name="can_focus">False</property>
301 <property name="margin_top">20</property>
302 <property name="spacing">10</property>
303 <child>
304 <object class="GtkCheckButton" id="checkbutton_use_stun">
305 <property name="label" translatable="yes">Use STUN</property>
306 <property name="visible">True</property>
307 <property name="can_focus">True</property>
308 <property name="receives_default">False</property>
309 <property name="xalign">0</property>
310 <property name="draw_indicator">True</property>
311 </object>
312 <packing>
313 <property name="expand">False</property>
314 <property name="fill">True</property>
315 <property name="position">0</property>
316 </packing>
317 </child>
318 <child>
319 <object class="GtkEntry" id="entry_stun_server">
320 <property name="visible">True</property>
321 <property name="can_focus">True</property>
322 <property name="placeholder_text" translatable="yes">server URL</property>
323 </object>
324 <packing>
325 <property name="expand">False</property>
326 <property name="fill">True</property>
327 <property name="position">1</property>
328 </packing>
329 </child>
330 </object>
331 <packing>
332 <property name="expand">False</property>
333 <property name="fill">True</property>
334 <property name="position">3</property>
335 </packing>
336 </child>
337 <child>
338 <object class="GtkBox" id="box_turn">
339 <property name="visible">True</property>
340 <property name="can_focus">False</property>
341 <property name="spacing">10</property>
342 <child>
343 <object class="GtkCheckButton" id="checkbutton_use_turn">
344 <property name="label" translatable="yes">Use TURN</property>
345 <property name="visible">True</property>
346 <property name="can_focus">True</property>
347 <property name="receives_default">False</property>
348 <property name="xalign">0</property>
349 <property name="draw_indicator">True</property>
350 </object>
351 <packing>
352 <property name="expand">False</property>
353 <property name="fill">True</property>
354 <property name="position">0</property>
355 </packing>
356 </child>
357 <child>
358 <object class="GtkEntry" id="entry_turn_server">
359 <property name="visible">True</property>
360 <property name="can_focus">True</property>
361 <property name="placeholder_text" translatable="yes">server URL</property>
362 </object>
363 <packing>
364 <property name="expand">False</property>
365 <property name="fill">True</property>
366 <property name="position">1</property>
367 </packing>
368 </child>
369 </object>
370 <packing>
371 <property name="expand">False</property>
372 <property name="fill">True</property>
373 <property name="position">4</property>
374 </packing>
375 </child>
376 </object>
377 </child>
378 <child type="label">
379 <object class="GtkLabel" id="label_published">
380 <property name="visible">True</property>
381 <property name="can_focus">False</property>
382 <property name="label" translatable="yes">&lt;b&gt;Published Address&lt;/b&gt;</property>
383 <property name="use_markup">True</property>
384 </object>
385 </child>
386 </object>
387 <packing>
388 <property name="expand">False</property>
389 <property name="fill">True</property>
390 <property name="position">2</property>
391 </packing>
392 </child>
393 <child>
394 <object class="GtkFrame" id="frame_ice_fallback">
395 <property name="visible">True</property>
396 <property name="can_focus">False</property>
397 <property name="label_xalign">0</property>
398 <property name="shadow_type">none</property>
399 <child>
400 <object class="GtkBox" id="box_ice_fallback">
401 <property name="visible">True</property>
402 <property name="can_focus">False</property>
403 <property name="margin_left">10</property>
404 <property name="margin_top">10</property>
405 <property name="orientation">vertical</property>
406 <property name="spacing">10</property>
407 <child>
408 <object class="GtkLabel" id="label_ice_fallback_explanation">
409 <property name="visible">True</property>
410 <property name="can_focus">False</property>
411 <property name="halign">start</property>
412 <property name="label" translatable="yes">These settings are only used during SDP session negotiation in case ICE is not supported by the server or peer.</property>
413 <property name="wrap">True</property>
414 </object>
415 <packing>
416 <property name="expand">False</property>
417 <property name="fill">True</property>
418 <property name="position">0</property>
419 </packing>
420 </child>
421 <child>
422 <object class="GtkFrame" id="frame_audio_rtp_range">
423 <property name="visible">True</property>
424 <property name="can_focus">False</property>
425 <property name="label_xalign">0</property>
426 <property name="shadow_type">none</property>
427 <child>
428 <object class="GtkBox" id="box_audio_rtp_range">
429 <property name="visible">True</property>
430 <property name="can_focus">False</property>
431 <property name="margin_left">10</property>
432 <property name="margin_top">10</property>
433 <property name="spacing">10</property>
434 <child>
435 <object class="GtkLabel" id="label_audio_rtp_min">
436 <property name="visible">True</property>
437 <property name="can_focus">False</property>
438 <property name="label" translatable="yes">Min</property>
439 </object>
440 <packing>
441 <property name="expand">False</property>
442 <property name="fill">True</property>
443 <property name="position">0</property>
444 </packing>
445 </child>
446 <child>
447 <object class="GtkSpinButton" id="spinbutton_audio_rtp_min">
448 <property name="visible">True</property>
449 <property name="can_focus">True</property>
450 <property name="adjustment">adjustment_audio_port_min</property>
451 </object>
452 <packing>
453 <property name="expand">False</property>
454 <property name="fill">True</property>
455 <property name="position">1</property>
456 </packing>
457 </child>
458 <child>
459 <object class="GtkLabel" id="label_audio_rtp_max">
460 <property name="visible">True</property>
461 <property name="can_focus">False</property>
462 <property name="margin_left">10</property>
463 <property name="label" translatable="yes">Max</property>
464 </object>
465 <packing>
466 <property name="expand">False</property>
467 <property name="fill">True</property>
468 <property name="position">2</property>
469 </packing>
470 </child>
471 <child>
472 <object class="GtkSpinButton" id="spinbutton_audio_rtp_max">
473 <property name="visible">True</property>
474 <property name="can_focus">True</property>
475 <property name="adjustment">adjustment_audio_port_max</property>
476 </object>
477 <packing>
478 <property name="expand">False</property>
479 <property name="fill">True</property>
480 <property name="position">3</property>
481 </packing>
482 </child>
483 </object>
484 </child>
485 <child type="label">
486 <object class="GtkLabel" id="label_audio_rtp_range">
487 <property name="visible">True</property>
488 <property name="can_focus">False</property>
489 <property name="label" translatable="yes">&lt;b&gt;Audio RTP Port Range&lt;/b&gt;</property>
490 <property name="use_markup">True</property>
491 </object>
492 </child>
493 </object>
494 <packing>
495 <property name="expand">False</property>
496 <property name="fill">True</property>
497 <property name="position">1</property>
498 </packing>
499 </child>
500 <child>
501 <object class="GtkFrame" id="frame_video_rtp_range">
502 <property name="visible">True</property>
503 <property name="can_focus">False</property>
504 <property name="label_xalign">0</property>
505 <property name="shadow_type">none</property>
506 <child>
507 <object class="GtkBox" id="box_video_rtp_range">
508 <property name="visible">True</property>
509 <property name="can_focus">False</property>
510 <property name="margin_left">10</property>
511 <property name="margin_top">10</property>
512 <property name="spacing">10</property>
513 <child>
514 <object class="GtkLabel" id="label_video_rtp_min">
515 <property name="visible">True</property>
516 <property name="can_focus">False</property>
517 <property name="label" translatable="yes">Min</property>
518 </object>
519 <packing>
520 <property name="expand">False</property>
521 <property name="fill">True</property>
522 <property name="position">0</property>
523 </packing>
524 </child>
525 <child>
526 <object class="GtkSpinButton" id="spinbutton_video_rtp_min">
527 <property name="visible">True</property>
528 <property name="can_focus">True</property>
529 <property name="adjustment">adjustment_video_port_min</property>
530 </object>
531 <packing>
532 <property name="expand">False</property>
533 <property name="fill">True</property>
534 <property name="position">1</property>
535 </packing>
536 </child>
537 <child>
538 <object class="GtkLabel" id="label_video_rtp_max">
539 <property name="visible">True</property>
540 <property name="can_focus">False</property>
541 <property name="margin_left">10</property>
542 <property name="label" translatable="yes">Max</property>
543 </object>
544 <packing>
545 <property name="expand">False</property>
546 <property name="fill">True</property>
547 <property name="position">2</property>
548 </packing>
549 </child>
550 <child>
551 <object class="GtkSpinButton" id="spinbutton_video_rtp_max">
552 <property name="visible">True</property>
553 <property name="can_focus">True</property>
554 <property name="adjustment">adjustment_video_port_max</property>
555 </object>
556 <packing>
557 <property name="expand">False</property>
558 <property name="fill">True</property>
559 <property name="position">3</property>
560 </packing>
561 </child>
562 </object>
563 </child>
564 <child type="label">
565 <object class="GtkLabel" id="label_video_rtp_range">
566 <property name="visible">True</property>
567 <property name="can_focus">False</property>
568 <property name="label" translatable="yes">&lt;b&gt;Video RTP Port Range&lt;/b&gt;</property>
569 <property name="use_markup">True</property>
570 </object>
571 </child>
572 </object>
573 <packing>
574 <property name="expand">False</property>
575 <property name="fill">True</property>
576 <property name="position">2</property>
577 </packing>
578 </child>
579 </object>
580 </child>
581 <child type="label">
582 <object class="GtkLabel" id="label_ice_fallback">
583 <property name="visible">True</property>
584 <property name="can_focus">False</property>
585 <property name="label" translatable="yes">&lt;b&gt;SDP Session Negotiation (ICE Fallback)&lt;/b&gt;</property>
586 <property name="use_markup">True</property>
587 </object>
588 </child>
589 </object>
590 <packing>
591 <property name="expand">False</property>
592 <property name="fill">True</property>
593 <property name="position">3</property>
594 </packing>
595 </child>
596 </object>
597 <packing>
598 <property name="expand">False</property>
599 <property name="fill">True</property>
600 <property name="position">0</property>
601 </packing>
602 </child>
603 </template>
604</interface>