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