]> git.0d.be Git - empathy.git/blob - libempathy-gtk/empathy-account-widget-sip.ui
Merge commit 'ka/empathy-tpl-20100225-ifdef'
[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.8"/><!-- PANGO_SCALE_SMALL -->
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="GtkAlignment" id="alignment3">
134             <property name="visible">True</property>
135             <property name="xalign">0</property>
136             <property name="top_padding">6</property>
137             <property name="left_padding">12</property>
138             <child>
139               <object class="GtkTable" id="table_advanced_sip_settings">
140                 <property name="visible">True</property>
141                 <property name="n_rows">13</property>
142                 <property name="n_columns">4</property>
143                 <property name="column_spacing">6</property>
144                 <property name="row_spacing">6</property>
145                 <child>
146                   <object class="GtkEntry" id="entry_stun-server">
147                     <property name="visible">True</property>
148                     <property name="can_focus">True</property>
149                     <property name="invisible_char">&#x25CF;</property>
150                   </object>
151                   <packing>
152                     <property name="left_attach">1</property>
153                     <property name="right_attach">2</property>
154                     <property name="top_attach">2</property>
155                     <property name="bottom_attach">3</property>
156                   </packing>
157                 </child>
158                 <child>
159                   <object class="GtkEntry" id="entry_auth-user">
160                     <property name="visible">True</property>
161                     <property name="can_focus">True</property>
162                     <property name="tooltip_text" translatable="yes">The username for SIP authentication, if different from the SIP URI
163 username.</property>
164                     <property name="invisible_char">&#x2022;</property>
165                   </object>
166                   <packing>
167                     <property name="left_attach">1</property>
168                     <property name="right_attach">4</property>
169                     <property name="top_attach">10</property>
170                     <property name="bottom_attach">11</property>
171                   </packing>
172                 </child>
173                 <child>
174                   <object class="GtkEntry" id="entry_proxy-host">
175                     <property name="visible">True</property>
176                     <property name="can_focus">True</property>
177                     <property name="tooltip_text" translatable="yes">Hostname of the proxy for outbound requests.</property>
178                     <property name="invisible_char">&#x2022;</property>
179                   </object>
180                   <packing>
181                     <property name="left_attach">1</property>
182                     <property name="right_attach">2</property>
183                     <property name="top_attach">5</property>
184                     <property name="bottom_attach">6</property>
185                   </packing>
186                 </child>
187                 <child>
188                   <object class="GtkSpinButton" id="spinbutton_keepalive-interval">
189                     <property name="visible">True</property>
190                     <property name="can_focus">True</property>
191                     <property name="invisible_char">&#x2022;</property>
192                     <property name="adjustment">adjustment3</property>
193                   </object>
194                   <packing>
195                     <property name="left_attach">1</property>
196                     <property name="right_attach">4</property>
197                     <property name="top_attach">8</property>
198                     <property name="bottom_attach">9</property>
199                   </packing>
200                 </child>
201                 <child>
202                   <object class="GtkLabel" id="label_nat_traversal">
203                     <property name="visible">True</property>
204                     <property name="xalign">0</property>
205                     <property name="label" translatable="yes">NAT Traversal Options</property>
206                     <attributes>
207                       <attribute name="weight" value="PANGO_WEIGHT_BOLD"/>
208                     </attributes>
209                   </object>
210                   <packing>
211                     <property name="right_attach">4</property>
212                   </packing>
213                 </child>
214                 <child>
215                   <object class="GtkLabel" id="label_proxy">
216                     <property name="visible">True</property>
217                     <property name="xalign">0</property>
218                     <property name="label" translatable="yes">Proxy Options</property>
219                     <attributes>
220                       <attribute name="weight" value="PANGO_WEIGHT_BOLD"/>
221                     </attributes>
222                   </object>
223                   <packing>
224                     <property name="right_attach">4</property>
225                     <property name="top_attach">4</property>
226                     <property name="bottom_attach">5</property>
227                   </packing>
228                 </child>
229                 <child>
230                   <object class="GtkLabel" id="label_misc">
231                     <property name="visible">True</property>
232                     <property name="xalign">0</property>
233                     <property name="label" translatable="yes">Miscellaneous Options</property>
234                     <attributes>
235                       <attribute name="weight" value="PANGO_WEIGHT_BOLD"/>
236                     </attributes>
237                   </object>
238                   <packing>
239                     <property name="right_attach">4</property>
240                     <property name="top_attach">9</property>
241                     <property name="bottom_attach">10</property>
242                   </packing>
243                 </child>
244                 <child>
245                   <object class="GtkAlignment" id="alignment7">
246                     <property name="visible">True</property>
247                     <property name="left_padding">24</property>
248                     <child>
249                       <object class="GtkLabel" id="label_stun-server">
250                         <property name="visible">True</property>
251                         <property name="xalign">0</property>
252                         <property name="label" translatable="yes">STUN Server:</property>
253                         <property name="mnemonic_widget">entry_stun-server</property>
254                       </object>
255                     </child>
256                   </object>
257                   <packing>
258                     <property name="top_attach">2</property>
259                     <property name="bottom_attach">3</property>
260                     <property name="x_options">GTK_FILL</property>
261                     <property name="y_options"></property>
262                   </packing>
263                 </child>
264                 <child>
265                   <object class="GtkAlignment" id="alignment4">
266                     <property name="visible">True</property>
267                     <property name="left_padding">12</property>
268                     <child>
269                       <object class="GtkCheckButton" id="checkbutton_discover-stun">
270                         <property name="label" translatable="yes">Discover the STUN server automatically</property>
271                         <property name="visible">True</property>
272                         <property name="can_focus">True</property>
273                         <property name="receives_default">False</property>
274                         <property name="use_underline">True</property>
275                         <property name="draw_indicator">True</property>
276                         <property name="tooltip_text" translatable="yes">Look up the DNS SRV record at the service's domain for the host name of a STUN server.</property>
277                       </object>
278                     </child>
279                   </object>
280                   <packing>
281                     <property name="right_attach">4</property>
282                     <property name="top_attach">1</property>
283                     <property name="bottom_attach">2</property>
284                     <property name="x_options">GTK_FILL</property>
285                     <property name="y_options"></property>
286                   </packing>
287                 </child>
288                 <child>
289                   <object class="GtkAlignment" id="alignment5">
290                     <property name="visible">True</property>
291                     <property name="left_padding">12</property>
292                     <child>
293                       <object class="GtkCheckButton" id="checkbutton_discover-binding">
294                         <property name="label" translatable="yes">Discover Binding</property>
295                         <property name="visible">True</property>
296                         <property name="can_focus">True</property>
297                         <property name="receives_default">False</property>
298                         <property name="draw_indicator">True</property>
299                         <property name="tooltip_text" translatable="yes">Update the registration binding if the external address for the client is discovered to be different from the local binding.</property>
300                       </object>
301                     </child>
302                   </object>
303                   <packing>
304                     <property name="right_attach">4</property>
305                     <property name="top_attach">3</property>
306                     <property name="bottom_attach">4</property>
307                   </packing>
308                 </child>
309                 <child>
310                   <object class="GtkAlignment" id="alignment8">
311                     <property name="visible">True</property>
312                     <property name="left_padding">12</property>
313                     <child>
314                       <object class="GtkLabel" id="label_proxy-host">
315                         <property name="visible">True</property>
316                         <property name="xalign">0</property>
317                         <property name="label" translatable="yes">Server:</property>
318                       </object>
319                     </child>
320                   </object>
321                   <packing>
322                     <property name="top_attach">5</property>
323                     <property name="bottom_attach">6</property>
324                   </packing>
325                 </child>
326                 <child>
327                   <object class="GtkLabel" id="label_keep_alive">
328                     <property name="visible">True</property>
329                     <property name="xalign">0</property>
330                     <property name="label" translatable="yes">Keep-Alive Options</property>
331                     <attributes>
332                       <attribute name="weight" value="PANGO_WEIGHT_BOLD"/>
333                     </attributes>
334                   </object>
335                   <packing>
336                     <property name="right_attach">4</property>
337                     <property name="top_attach">6</property>
338                     <property name="bottom_attach">7</property>
339                   </packing>
340                 </child>
341                 <child>
342                   <object class="GtkAlignment" id="alignment10">
343                     <property name="visible">True</property>
344                     <property name="left_padding">12</property>
345                     <child>
346                       <object class="GtkLabel" id="label_keepalive-mechanism">
347                         <property name="visible">True</property>
348                         <property name="xalign">0</property>
349                         <property name="label" translatable="yes">Mechanism:</property>
350                       </object>
351                     </child>
352                   </object>
353                   <packing>
354                     <property name="top_attach">7</property>
355                     <property name="bottom_attach">8</property>
356                   </packing>
357                 </child>
358                 <child>
359                   <object class="GtkAlignment" id="alignment11">
360                     <property name="visible">True</property>
361                     <property name="left_padding">12</property>
362                     <child>
363                       <object class="GtkLabel" id="label_keepalive-interval">
364                         <property name="visible">True</property>
365                         <property name="xalign">0</property>
366                         <property name="label" translatable="yes">Interval (seconds)</property>
367                       </object>
368                     </child>
369                   </object>
370                   <packing>
371                     <property name="top_attach">8</property>
372                     <property name="bottom_attach">9</property>
373                   </packing>
374                 </child>
375                 <child>
376                   <object class="GtkAlignment" id="alignment12">
377                     <property name="visible">True</property>
378                     <property name="left_padding">12</property>
379                     <child>
380                       <object class="GtkLabel" id="label_auth-user">
381                         <property name="visible">True</property>
382                         <property name="xalign">0</property>
383                         <property name="label" translatable="yes">Authentication username:</property>
384                       </object>
385                     </child>
386                   </object>
387                   <packing>
388                     <property name="top_attach">10</property>
389                     <property name="bottom_attach">11</property>
390                   </packing>
391                 </child>
392                 <child>
393                   <object class="GtkAlignment" id="alignment13">
394                     <property name="visible">True</property>
395                     <property name="left_padding">12</property>
396                     <child>
397                       <object class="GtkLabel" id="label_transport">
398                         <property name="visible">True</property>
399                         <property name="xalign">0</property>
400                         <property name="label" translatable="yes">Transport:</property>
401                       </object>
402                     </child>
403                   </object>
404                   <packing>
405                     <property name="top_attach">11</property>
406                     <property name="bottom_attach">12</property>
407                   </packing>
408                 </child>
409                 <child>
410                   <object class="GtkAlignment" id="alignment14">
411                     <property name="visible">True</property>
412                     <property name="left_padding">12</property>
413                     <child>
414                       <object class="GtkCheckButton" id="checkbutton_loose-routing">
415                         <property name="label" translatable="yes">Loose Routing</property>
416                         <property name="visible">True</property>
417                         <property name="can_focus">True</property>
418                         <property name="receives_default">False</property>
419                         <property name="draw_indicator">True</property>
420                         <property name="tooltip_text" translatable="yes">Use the loose routing behavior and the Route header as recommended in RFC 3261.</property>
421                       </object>
422                     </child>
423                   </object>
424                   <packing>
425                     <property name="right_attach">4</property>
426                     <property name="top_attach">12</property>
427                     <property name="bottom_attach">13</property>
428                   </packing>
429                 </child>
430                 <child>
431                   <object class="GtkLabel" id="label_stun-port">
432                     <property name="visible">True</property>
433                     <property name="xalign">0</property>
434                     <property name="label" translatable="yes">Port:</property>
435                     <property name="mnemonic_widget">spinbutton_stun-port</property>
436                   </object>
437                   <packing>
438                     <property name="left_attach">2</property>
439                     <property name="right_attach">3</property>
440                     <property name="top_attach">2</property>
441                     <property name="bottom_attach">3</property>
442                   </packing>
443                 </child>
444                 <child>
445                   <object class="GtkSpinButton" id="spinbutton_stun-port">
446                     <property name="visible">True</property>
447                     <property name="can_focus">True</property>
448                     <property name="invisible_char">&#x2022;</property>
449                     <property name="adjustment">adjustment1</property>
450                     <property name="climb_rate">1</property>
451                   </object>
452                   <packing>
453                     <property name="left_attach">3</property>
454                     <property name="right_attach">4</property>
455                     <property name="top_attach">2</property>
456                     <property name="bottom_attach">3</property>
457                   </packing>
458                 </child>
459                 <child>
460                   <object class="GtkLabel" id="label_port">
461                     <property name="visible">True</property>
462                     <property name="xalign">0</property>
463                     <property name="label" translatable="yes">Port:</property>
464                   </object>
465                   <packing>
466                     <property name="left_attach">2</property>
467                     <property name="right_attach">3</property>
468                     <property name="top_attach">5</property>
469                     <property name="bottom_attach">6</property>
470                   </packing>
471                 </child>
472                 <child>
473                   <object class="GtkSpinButton" id="spinbutton_port">
474                     <property name="visible">True</property>
475                     <property name="can_focus">True</property>
476                     <property name="invisible_char">&#x2022;</property>
477                     <property name="adjustment">adjustment2</property>
478                     <property name="climb_rate">1</property>
479                     <property name="tooltip_text" translatable="yes">Port of the proxy for outbound requests.</property>
480                   </object>
481                   <packing>
482                     <property name="left_attach">3</property>
483                     <property name="right_attach">4</property>
484                     <property name="top_attach">5</property>
485                     <property name="bottom_attach">6</property>
486                   </packing>
487                 </child>
488                 <child>
489                   <placeholder/>
490                 </child>
491                 <child>
492                   <placeholder/>
493                 </child>
494                 <child>
495                   <placeholder/>
496                 </child>
497                 <child>
498                   <placeholder/>
499                 </child>
500                 <child>
501                   <placeholder/>
502                 </child>
503                 <child>
504                   <placeholder/>
505                 </child>
506               </object>
507             </child>
508           </object>
509         </child>
510         <child type="label">
511           <object class="GtkLabel" id="label_expander">
512             <property name="visible">True</property>
513             <property name="label" translatable="yes">Advanced</property>
514             <attributes>
515               <attribute name="weight" value="bold"/>
516             </attributes>
517           </object>
518         </child>
519       </object>
520       <packing>
521         <property name="expand">False</property>
522         <property name="fill">False</property>
523         <property name="position">1</property>
524       </packing>
525     </child>
526   </object>
527   <object class="GtkVBox" id="vbox_sip_simple">
528     <property name="visible">True</property>
529     <property name="orientation">vertical</property>
530     <property name="spacing">6</property>
531     <child>
532       <object class="GtkLabel" id="label_userid_simple">
533         <property name="visible">True</property>
534         <property name="xalign">0</property>
535         <property name="label" translatable="yes">What is your SIP login ID?</property>
536       </object>
537       <packing>
538         <property name="position">0</property>
539       </packing>
540     </child>
541     <child>
542       <object class="GtkAlignment" id="alignment1">
543         <property name="visible">True</property>
544         <property name="xalign">0</property>
545         <property name="yalign">0</property>
546         <property name="xscale">0.34999999403953552</property>
547         <property name="yscale">0.34999999403953552</property>
548         <property name="bottom_padding">3</property>
549         <property name="left_padding">12</property>
550         <child>
551           <object class="GtkVBox" id="vbox1">
552             <property name="visible">True</property>
553             <property name="orientation">vertical</property>
554             <property name="spacing">4</property>
555             <child>
556               <object class="GtkEntry" id="entry_userid_simple">
557                 <property name="visible">True</property>
558                 <property name="can_focus">True</property>
559                 <property name="invisible_char">&#x2022;</property>
560               </object>
561               <packing>
562                 <property name="position">0</property>
563               </packing>
564             </child>
565             <child>
566               <object class="GtkLabel" id="label_example">
567                 <property name="visible">True</property>
568                 <property name="xalign">0.10000000149011612</property>
569                 <property name="label" translatable="yes">&lt;b&gt;Example:&lt;/b&gt; user@my.sip.server</property>
570                 <property name="use_markup">True</property>
571                 <attributes>
572                   <attribute name="scale" value="0.8"/><!-- PANGO_SCALE_SMALL -->
573                 </attributes>
574               </object>
575               <packing>
576                 <property name="position">1</property>
577               </packing>
578             </child>
579           </object>
580         </child>
581       </object>
582       <packing>
583         <property name="position">1</property>
584       </packing>
585     </child>
586     <child>
587       <object class="GtkLabel" id="label_password_simple">
588         <property name="visible">True</property>
589         <property name="xalign">0</property>
590         <property name="label" translatable="yes">What is your SIP account password?</property>
591       </object>
592       <packing>
593         <property name="position">2</property>
594       </packing>
595     </child>
596     <child>
597       <object class="GtkAlignment" id="alignment2">
598         <property name="visible">True</property>
599         <property name="xalign">0</property>
600         <property name="yalign">0</property>
601         <property name="xscale">0.34999999403953552</property>
602         <property name="yscale">0.34999999403953552</property>
603         <property name="left_padding">12</property>
604         <child>
605           <object class="GtkEntry" id="entry_password_simple">
606             <property name="visible">True</property>
607             <property name="can_focus">True</property>
608             <property name="visibility">False</property>
609             <property name="invisible_char">&#x2022;</property>
610           </object>
611         </child>
612       </object>
613       <packing>
614         <property name="position">3</property>
615       </packing>
616     </child>
617   </object>
618   <object class="GtkAdjustment" id="adjustment2">
619     <property name="upper">65535</property>
620     <property name="step_increment">1</property>
621     <property name="page_increment">10</property>
622   </object>
623   <object class="GtkAdjustment" id="adjustment3">
624     <property name="upper">10000</property>
625     <property name="step_increment">1</property>
626     <property name="page_increment">10</property>
627   </object>
628 </interface>