]> git.0d.be Git - empathy.git/blob - libempathy-gtk/empathy-account-widget-sip.ui
Merge branch 'sasl'
[empathy.git] / libempathy-gtk / empathy-account-widget-sip.ui
1 <?xml version="1.0"?>
2 <interface>
3   <requires lib="gtk+" version="2.16"/>
4   <!-- interface-naming-policy toplevel-contextual -->
5   <object class="GtkAdjustment" id="adjustment1">
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="GtkVBox" id="vbox_sip_settings">
11     <property name="visible">True</property>
12     <property name="orientation">vertical</property>
13     <child>
14       <object class="GtkTable" id="table_common_settings">
15         <property name="visible">True</property>
16         <property name="n_rows">3</property>
17         <property name="n_columns">2</property>
18         <property name="column_spacing">12</property>
19         <property name="row_spacing">6</property>
20         <child>
21           <object class="GtkLabel" id="label_password">
22             <property name="visible">True</property>
23             <property name="xalign">0</property>
24             <property name="label" translatable="yes">Pass_word:</property>
25             <property name="use_underline">True</property>
26             <property name="mnemonic_widget">entry_password</property>
27           </object>
28           <packing>
29             <property name="top_attach">2</property>
30             <property name="bottom_attach">3</property>
31             <property name="x_options">GTK_FILL</property>
32             <property name="y_options"></property>
33           </packing>
34         </child>
35         <child>
36           <object class="GtkEntry" id="entry_userid">
37             <property name="visible">True</property>
38             <property name="can_focus">True</property>
39           </object>
40           <packing>
41             <property name="left_attach">1</property>
42             <property name="right_attach">2</property>
43             <property name="y_options"></property>
44           </packing>
45         </child>
46         <child>
47           <object class="GtkLabel" id="label_userid">
48             <property name="visible">True</property>
49             <property name="xalign">0</property>
50             <property name="label" translatable="yes">_Username:</property>
51             <property name="use_underline">True</property>
52             <property name="mnemonic_widget">entry_password</property>
53           </object>
54           <packing>
55             <property name="x_options">GTK_FILL</property>
56             <property name="y_options"></property>
57           </packing>
58         </child>
59         <child>
60           <object class="GtkLabel" id="label_username_example">
61             <property name="visible">True</property>
62             <property name="xalign">0</property>
63             <property name="xpad">3</property>
64             <property name="label" translatable="yes">&lt;b&gt;Example:&lt;/b&gt; user@my.sip.server</property>
65             <property name="use_markup">True</property>
66             <attributes>
67               <attribute name="scale" value="0.800000"/>
68             </attributes>
69           </object>
70           <packing>
71             <property name="left_attach">1</property>
72             <property name="right_attach">2</property>
73             <property name="top_attach">1</property>
74             <property name="bottom_attach">2</property>
75           </packing>
76         </child>
77         <child>
78           <placeholder/>
79         </child>
80         <child>
81           <object class="GtkEntry" id="entry_password">
82             <property name="visible">True</property>
83             <property name="can_focus">True</property>
84           </object>
85           <packing>
86             <property name="left_attach">1</property>
87             <property name="right_attach">2</property>
88             <property name="top_attach">2</property>
89             <property name="bottom_attach">3</property>
90           </packing>
91         </child>
92       </object>
93       <packing>
94         <property name="expand">False</property>
95         <property name="fill">False</property>
96         <property name="position">0</property>
97       </packing>
98     </child>
99     <child>
100       <object class="GtkExpander" id="expander_advanced">
101         <property name="visible">True</property>
102         <property name="can_focus">True</property>
103         <child>
104           <object class="GtkScrolledWindow" id="scrolledwindow1">
105             <property name="visible">True</property>
106             <property name="can_focus">True</property>
107             <property name="hscrollbar_policy">never</property>
108             <property name="vscrollbar_policy">automatic</property>
109             <child>
110               <object class="GtkViewport" id="viewport1">
111                 <property name="visible">True</property>
112                 <property name="resize_mode">queue</property>
113                 <property name="shadow_type">none</property>
114                 <child>
115                   <object class="GtkAlignment" id="alignment3">
116                     <property name="visible">True</property>
117                     <property name="xalign">0</property>
118                     <property name="top_padding">6</property>
119                     <property name="left_padding">12</property>
120                     <child>
121                       <object class="GtkTable" id="table_advanced_sip_settings">
122                         <property name="visible">True</property>
123                         <property name="n_rows">13</property>
124                         <property name="n_columns">4</property>
125                         <property name="column_spacing">6</property>
126                         <property name="row_spacing">6</property>
127                         <child>
128                           <object class="GtkEntry" id="entry_stun-server">
129                             <property name="visible">True</property>
130                             <property name="can_focus">True</property>
131                           </object>
132                           <packing>
133                             <property name="left_attach">1</property>
134                             <property name="right_attach">2</property>
135                             <property name="top_attach">2</property>
136                             <property name="bottom_attach">3</property>
137                           </packing>
138                         </child>
139                         <child>
140                           <object class="GtkEntry" id="entry_auth-user">
141                             <property name="visible">True</property>
142                             <property name="can_focus">True</property>
143                           </object>
144                           <packing>
145                             <property name="left_attach">1</property>
146                             <property name="right_attach">4</property>
147                             <property name="top_attach">10</property>
148                             <property name="bottom_attach">11</property>
149                           </packing>
150                         </child>
151                         <child>
152                           <object class="GtkEntry" id="entry_proxy-host">
153                             <property name="visible">True</property>
154                             <property name="can_focus">True</property>
155                           </object>
156                           <packing>
157                             <property name="left_attach">1</property>
158                             <property name="right_attach">2</property>
159                             <property name="top_attach">5</property>
160                             <property name="bottom_attach">6</property>
161                           </packing>
162                         </child>
163                         <child>
164                           <object class="GtkSpinButton" id="spinbutton_keepalive-interval">
165                             <property name="visible">True</property>
166                             <property name="can_focus">True</property>
167                             <property name="adjustment">adjustment3</property>
168                           </object>
169                           <packing>
170                             <property name="left_attach">1</property>
171                             <property name="right_attach">4</property>
172                             <property name="top_attach">8</property>
173                             <property name="bottom_attach">9</property>
174                           </packing>
175                         </child>
176                         <child>
177                           <object class="GtkLabel" id="label_nat_traversal">
178                             <property name="visible">True</property>
179                             <property name="xalign">0</property>
180                             <property name="label" translatable="yes">NAT Traversal Options</property>
181                             <attributes>
182                               <attribute name="weight" value="bold"/>
183                             </attributes>
184                           </object>
185                           <packing>
186                             <property name="right_attach">4</property>
187                           </packing>
188                         </child>
189                         <child>
190                           <object class="GtkLabel" id="label_proxy">
191                             <property name="visible">True</property>
192                             <property name="xalign">0</property>
193                             <property name="label" translatable="yes">Proxy Options</property>
194                             <attributes>
195                               <attribute name="weight" value="bold"/>
196                             </attributes>
197                           </object>
198                           <packing>
199                             <property name="right_attach">4</property>
200                             <property name="top_attach">4</property>
201                             <property name="bottom_attach">5</property>
202                           </packing>
203                         </child>
204                         <child>
205                           <object class="GtkLabel" id="label_misc">
206                             <property name="visible">True</property>
207                             <property name="xalign">0</property>
208                             <property name="label" translatable="yes">Miscellaneous Options</property>
209                             <attributes>
210                               <attribute name="weight" value="bold"/>
211                             </attributes>
212                           </object>
213                           <packing>
214                             <property name="right_attach">4</property>
215                             <property name="top_attach">9</property>
216                             <property name="bottom_attach">10</property>
217                           </packing>
218                         </child>
219                         <child>
220                           <object class="GtkAlignment" id="alignment7">
221                             <property name="visible">True</property>
222                             <property name="left_padding">24</property>
223                             <child>
224                               <object class="GtkLabel" id="label_stun-server">
225                                 <property name="visible">True</property>
226                                 <property name="xalign">0</property>
227                                 <property name="label" translatable="yes">STUN Server:</property>
228                                 <property name="mnemonic_widget">entry_stun-server</property>
229                               </object>
230                             </child>
231                           </object>
232                           <packing>
233                             <property name="top_attach">2</property>
234                             <property name="bottom_attach">3</property>
235                             <property name="x_options">GTK_FILL</property>
236                             <property name="y_options"></property>
237                           </packing>
238                         </child>
239                         <child>
240                           <object class="GtkAlignment" id="alignment4">
241                             <property name="visible">True</property>
242                             <property name="left_padding">12</property>
243                             <child>
244                               <object class="GtkCheckButton" id="checkbutton_discover-stun">
245                                 <property name="label" translatable="yes">Discover the STUN server automatically</property>
246                                 <property name="visible">True</property>
247                                 <property name="can_focus">True</property>
248                                 <property name="receives_default">False</property>
249                                 <property name="use_underline">True</property>
250                                 <property name="draw_indicator">True</property>
251                               </object>
252                             </child>
253                           </object>
254                           <packing>
255                             <property name="right_attach">4</property>
256                             <property name="top_attach">1</property>
257                             <property name="bottom_attach">2</property>
258                             <property name="x_options">GTK_FILL</property>
259                             <property name="y_options"></property>
260                           </packing>
261                         </child>
262                         <child>
263                           <object class="GtkAlignment" id="alignment5">
264                             <property name="visible">True</property>
265                             <property name="left_padding">12</property>
266                             <child>
267                               <object class="GtkCheckButton" id="checkbutton_discover-binding">
268                                 <property name="label" translatable="yes">Discover Binding</property>
269                                 <property name="visible">True</property>
270                                 <property name="can_focus">True</property>
271                                 <property name="receives_default">False</property>
272                                 <property name="draw_indicator">True</property>
273                               </object>
274                             </child>
275                           </object>
276                           <packing>
277                             <property name="right_attach">4</property>
278                             <property name="top_attach">3</property>
279                             <property name="bottom_attach">4</property>
280                           </packing>
281                         </child>
282                         <child>
283                           <object class="GtkAlignment" id="alignment8">
284                             <property name="visible">True</property>
285                             <property name="left_padding">12</property>
286                             <child>
287                               <object class="GtkLabel" id="label_proxy-host">
288                                 <property name="visible">True</property>
289                                 <property name="xalign">0</property>
290                                 <property name="label" translatable="yes">Server:</property>
291                               </object>
292                             </child>
293                           </object>
294                           <packing>
295                             <property name="top_attach">5</property>
296                             <property name="bottom_attach">6</property>
297                           </packing>
298                         </child>
299                         <child>
300                           <object class="GtkLabel" id="label_keep_alive">
301                             <property name="visible">True</property>
302                             <property name="xalign">0</property>
303                             <property name="label" translatable="yes">Keep-Alive Options</property>
304                             <attributes>
305                               <attribute name="weight" value="bold"/>
306                             </attributes>
307                           </object>
308                           <packing>
309                             <property name="right_attach">4</property>
310                             <property name="top_attach">6</property>
311                             <property name="bottom_attach">7</property>
312                           </packing>
313                         </child>
314                         <child>
315                           <object class="GtkAlignment" id="alignment10">
316                             <property name="visible">True</property>
317                             <property name="left_padding">12</property>
318                             <child>
319                               <object class="GtkLabel" id="label_keepalive-mechanism">
320                                 <property name="visible">True</property>
321                                 <property name="xalign">0</property>
322                                 <property name="label" translatable="yes">Mechanism:</property>
323                               </object>
324                             </child>
325                           </object>
326                           <packing>
327                             <property name="top_attach">7</property>
328                             <property name="bottom_attach">8</property>
329                           </packing>
330                         </child>
331                         <child>
332                           <object class="GtkAlignment" id="alignment11">
333                             <property name="visible">True</property>
334                             <property name="left_padding">12</property>
335                             <child>
336                               <object class="GtkLabel" id="label_keepalive-interval">
337                                 <property name="visible">True</property>
338                                 <property name="xalign">0</property>
339                                 <property name="label" translatable="yes">Interval (seconds)</property>
340                               </object>
341                             </child>
342                           </object>
343                           <packing>
344                             <property name="top_attach">8</property>
345                             <property name="bottom_attach">9</property>
346                           </packing>
347                         </child>
348                         <child>
349                           <object class="GtkAlignment" id="alignment12">
350                             <property name="visible">True</property>
351                             <property name="left_padding">12</property>
352                             <child>
353                               <object class="GtkLabel" id="label_auth-user">
354                                 <property name="visible">True</property>
355                                 <property name="xalign">0</property>
356                                 <property name="label" translatable="yes">Authentication username:</property>
357                               </object>
358                             </child>
359                           </object>
360                           <packing>
361                             <property name="top_attach">10</property>
362                             <property name="bottom_attach">11</property>
363                           </packing>
364                         </child>
365                         <child>
366                           <object class="GtkAlignment" id="alignment13">
367                             <property name="visible">True</property>
368                             <property name="left_padding">12</property>
369                             <child>
370                               <object class="GtkLabel" id="label_transport">
371                                 <property name="visible">True</property>
372                                 <property name="xalign">0</property>
373                                 <property name="label" translatable="yes">Transport:</property>
374                               </object>
375                             </child>
376                           </object>
377                           <packing>
378                             <property name="top_attach">11</property>
379                             <property name="bottom_attach">12</property>
380                           </packing>
381                         </child>
382                         <child>
383                           <object class="GtkAlignment" id="alignment14">
384                             <property name="visible">True</property>
385                             <property name="left_padding">12</property>
386                             <child>
387                               <object class="GtkCheckButton" id="checkbutton_loose-routing">
388                                 <property name="label" translatable="yes">Loose Routing</property>
389                                 <property name="visible">True</property>
390                                 <property name="can_focus">True</property>
391                                 <property name="receives_default">False</property>
392                                 <property name="draw_indicator">True</property>
393                               </object>
394                             </child>
395                           </object>
396                           <packing>
397                             <property name="right_attach">4</property>
398                             <property name="top_attach">12</property>
399                             <property name="bottom_attach">13</property>
400                           </packing>
401                         </child>
402                         <child>
403                           <object class="GtkLabel" id="label_stun-port">
404                             <property name="visible">True</property>
405                             <property name="xalign">0</property>
406                             <property name="label" translatable="yes">Port:</property>
407                             <property name="mnemonic_widget">spinbutton_stun-port</property>
408                           </object>
409                           <packing>
410                             <property name="left_attach">2</property>
411                             <property name="right_attach">3</property>
412                             <property name="top_attach">2</property>
413                             <property name="bottom_attach">3</property>
414                           </packing>
415                         </child>
416                         <child>
417                           <object class="GtkSpinButton" id="spinbutton_stun-port">
418                             <property name="visible">True</property>
419                             <property name="can_focus">True</property>
420                             <property name="adjustment">adjustment1</property>
421                             <property name="climb_rate">1</property>
422                           </object>
423                           <packing>
424                             <property name="left_attach">3</property>
425                             <property name="right_attach">4</property>
426                             <property name="top_attach">2</property>
427                             <property name="bottom_attach">3</property>
428                           </packing>
429                         </child>
430                         <child>
431                           <object class="GtkLabel" id="label_port">
432                             <property name="visible">True</property>
433                             <property name="xalign">0</property>
434                             <property name="label" translatable="yes">Port:</property>
435                           </object>
436                           <packing>
437                             <property name="left_attach">2</property>
438                             <property name="right_attach">3</property>
439                             <property name="top_attach">5</property>
440                             <property name="bottom_attach">6</property>
441                           </packing>
442                         </child>
443                         <child>
444                           <object class="GtkSpinButton" id="spinbutton_port">
445                             <property name="visible">True</property>
446                             <property name="can_focus">True</property>
447                             <property name="adjustment">adjustment2</property>
448                             <property name="climb_rate">1</property>
449                           </object>
450                           <packing>
451                             <property name="left_attach">3</property>
452                             <property name="right_attach">4</property>
453                             <property name="top_attach">5</property>
454                             <property name="bottom_attach">6</property>
455                           </packing>
456                         </child>
457                         <child>
458                           <placeholder/>
459                         </child>
460                         <child>
461                           <placeholder/>
462                         </child>
463                         <child>
464                           <placeholder/>
465                         </child>
466                         <child>
467                           <placeholder/>
468                         </child>
469                         <child>
470                           <placeholder/>
471                         </child>
472                         <child>
473                           <placeholder/>
474                         </child>
475                       </object>
476                     </child>
477                   </object>
478                 </child>
479               </object>
480             </child>
481           </object>
482         </child>
483         <child type="label">
484           <object class="GtkLabel" id="label_expander">
485             <property name="visible">True</property>
486             <property name="label" translatable="yes">Advanced</property>
487             <attributes>
488               <attribute name="weight" value="bold"/>
489             </attributes>
490           </object>
491         </child>
492       </object>
493       <packing>
494         <property name="position">1</property>
495       </packing>
496     </child>
497   </object>
498   <object class="GtkVBox" id="vbox_sip_simple">
499     <property name="visible">True</property>
500     <property name="orientation">vertical</property>
501     <property name="spacing">6</property>
502     <child>
503       <object class="GtkLabel" id="label_userid_simple">
504         <property name="visible">True</property>
505         <property name="xalign">0</property>
506         <property name="label" translatable="yes">What is your SIP login ID?</property>
507       </object>
508       <packing>
509         <property name="position">0</property>
510       </packing>
511     </child>
512     <child>
513       <object class="GtkAlignment" id="alignment1">
514         <property name="visible">True</property>
515         <property name="xalign">0</property>
516         <property name="yalign">0</property>
517         <property name="xscale">0.34999999403953552</property>
518         <property name="yscale">0.34999999403953552</property>
519         <property name="bottom_padding">3</property>
520         <property name="left_padding">12</property>
521         <child>
522           <object class="GtkVBox" id="vbox1">
523             <property name="visible">True</property>
524             <property name="orientation">vertical</property>
525             <property name="spacing">4</property>
526             <child>
527               <object class="GtkEntry" id="entry_userid_simple">
528                 <property name="visible">True</property>
529                 <property name="can_focus">True</property>
530               </object>
531               <packing>
532                 <property name="position">0</property>
533               </packing>
534             </child>
535             <child>
536               <object class="GtkLabel" id="label_example">
537                 <property name="visible">True</property>
538                 <property name="xalign">0.10000000149011612</property>
539                 <property name="label" translatable="yes">&lt;b&gt;Example:&lt;/b&gt; user@my.sip.server</property>
540                 <property name="use_markup">True</property>
541                 <attributes>
542                   <attribute name="scale" value="0.800000"/>
543                 </attributes>
544               </object>
545               <packing>
546                 <property name="position">1</property>
547               </packing>
548             </child>
549           </object>
550         </child>
551       </object>
552       <packing>
553         <property name="position">1</property>
554       </packing>
555     </child>
556     <child>
557       <object class="GtkLabel" id="label_password_simple">
558         <property name="visible">True</property>
559         <property name="xalign">0</property>
560         <property name="label" translatable="yes">What is your SIP account password?</property>
561       </object>
562       <packing>
563         <property name="position">2</property>
564       </packing>
565     </child>
566     <child>
567       <object class="GtkAlignment" id="alignment2">
568         <property name="visible">True</property>
569         <property name="xalign">0</property>
570         <property name="yalign">0</property>
571         <property name="xscale">0.34999999403953552</property>
572         <property name="yscale">0.34999999403953552</property>
573         <property name="left_padding">12</property>
574         <child>
575           <object class="GtkEntry" id="entry_password_simple">
576             <property name="visible">True</property>
577             <property name="can_focus">True</property>
578             <property name="visibility">False</property>
579           </object>
580         </child>
581       </object>
582       <packing>
583         <property name="position">3</property>
584       </packing>
585     </child>
586   </object>
587   <object class="GtkAdjustment" id="adjustment2">
588     <property name="upper">65535</property>
589     <property name="step_increment">1</property>
590     <property name="page_increment">10</property>
591   </object>
592   <object class="GtkAdjustment" id="adjustment3">
593     <property name="upper">10000</property>
594     <property name="step_increment">1</property>
595     <property name="page_increment">10</property>
596   </object>
597 </interface>