]> git.0d.be Git - empathy.git/blob - libempathy-gtk/empathy-account-widget-jabber.glade
New UI for Jabber accounts, gabble >= 0.7.2 is required. Fixes bug #507840.
[empathy.git] / libempathy-gtk / empathy-account-widget-jabber.glade
1 <?xml version="1.0" standalone="no"?> <!--*- mode: xml -*-->
2 <!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd">
3
4 <glade-interface>
5
6 <widget class="GtkWindow" id="account_jabber_settings">
7   <property name="visible">True</property>
8   <property name="title" translatable="yes">jabber account settings</property>
9   <property name="type">GTK_WINDOW_TOPLEVEL</property>
10   <property name="window_position">GTK_WIN_POS_NONE</property>
11   <property name="modal">False</property>
12   <property name="resizable">False</property>
13   <property name="destroy_with_parent">False</property>
14   <property name="decorated">True</property>
15   <property name="skip_taskbar_hint">False</property>
16   <property name="skip_pager_hint">False</property>
17   <property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property>
18   <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
19   <property name="focus_on_map">True</property>
20   <property name="urgency_hint">False</property>
21
22   <child>
23     <widget class="GtkVBox" id="vbox_jabber_settings">
24       <property name="visible">True</property>
25       <property name="homogeneous">False</property>
26       <property name="spacing">6</property>
27
28       <child>
29         <widget class="GtkTable" id="table_common_settings">
30           <property name="visible">True</property>
31           <property name="n_rows">2</property>
32           <property name="n_columns">3</property>
33           <property name="homogeneous">False</property>
34           <property name="row_spacing">6</property>
35           <property name="column_spacing">12</property>
36
37           <child>
38             <widget class="GtkLabel" id="label_id">
39               <property name="visible">True</property>
40               <property name="label" translatable="yes">Login I_D:</property>
41               <property name="use_underline">True</property>
42               <property name="use_markup">False</property>
43               <property name="justify">GTK_JUSTIFY_LEFT</property>
44               <property name="wrap">False</property>
45               <property name="selectable">False</property>
46               <property name="xalign">0</property>
47               <property name="yalign">0.5</property>
48               <property name="xpad">0</property>
49               <property name="ypad">0</property>
50               <property name="mnemonic_widget">entry_id</property>
51               <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
52               <property name="width_chars">-1</property>
53               <property name="single_line_mode">False</property>
54               <property name="angle">0</property>
55             </widget>
56             <packing>
57               <property name="left_attach">0</property>
58               <property name="right_attach">1</property>
59               <property name="top_attach">0</property>
60               <property name="bottom_attach">1</property>
61               <property name="x_options">fill</property>
62               <property name="y_options"></property>
63             </packing>
64           </child>
65
66           <child>
67             <widget class="GtkLabel" id="label_password">
68               <property name="visible">True</property>
69               <property name="label" translatable="yes">Pass_word:</property>
70               <property name="use_underline">True</property>
71               <property name="use_markup">False</property>
72               <property name="justify">GTK_JUSTIFY_LEFT</property>
73               <property name="wrap">False</property>
74               <property name="selectable">False</property>
75               <property name="xalign">0</property>
76               <property name="yalign">0.5</property>
77               <property name="xpad">0</property>
78               <property name="ypad">0</property>
79               <property name="mnemonic_widget">entry_password</property>
80               <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
81               <property name="width_chars">-1</property>
82               <property name="single_line_mode">False</property>
83               <property name="angle">0</property>
84             </widget>
85             <packing>
86               <property name="left_attach">0</property>
87               <property name="right_attach">1</property>
88               <property name="top_attach">1</property>
89               <property name="bottom_attach">2</property>
90               <property name="x_options">fill</property>
91               <property name="y_options"></property>
92             </packing>
93           </child>
94
95           <child>
96             <widget class="GtkButton" id="button_forget">
97               <property name="visible">True</property>
98               <property name="tooltip" translatable="yes">Forget password and clear the entry.</property>
99               <property name="can_focus">True</property>
100               <property name="relief">GTK_RELIEF_NORMAL</property>
101               <property name="focus_on_click">True</property>
102
103               <child>
104                 <widget class="GtkImage" id="image834">
105                   <property name="visible">True</property>
106                   <property name="stock">gtk-clear</property>
107                   <property name="icon_size">1</property>
108                   <property name="xalign">0.5</property>
109                   <property name="yalign">0.5</property>
110                   <property name="xpad">0</property>
111                   <property name="ypad">0</property>
112                 </widget>
113               </child>
114             </widget>
115             <packing>
116               <property name="left_attach">2</property>
117               <property name="right_attach">3</property>
118               <property name="top_attach">1</property>
119               <property name="bottom_attach">2</property>
120               <property name="x_options">fill</property>
121               <property name="y_options"></property>
122             </packing>
123           </child>
124
125           <child>
126             <widget class="GtkEntry" id="entry_password">
127               <property name="visible">True</property>
128               <property name="can_focus">True</property>
129               <property name="editable">True</property>
130               <property name="visibility">False</property>
131               <property name="max_length">0</property>
132               <property name="text" translatable="yes"></property>
133               <property name="has_frame">True</property>
134               <property name="invisible_char">*</property>
135               <property name="activates_default">False</property>
136             </widget>
137             <packing>
138               <property name="left_attach">1</property>
139               <property name="right_attach">2</property>
140               <property name="top_attach">1</property>
141               <property name="bottom_attach">2</property>
142               <property name="y_options"></property>
143             </packing>
144           </child>
145
146           <child>
147             <widget class="GtkEntry" id="entry_id">
148               <property name="visible">True</property>
149               <property name="can_focus">True</property>
150               <property name="editable">True</property>
151               <property name="visibility">True</property>
152               <property name="max_length">0</property>
153               <property name="text" translatable="yes"></property>
154               <property name="has_frame">True</property>
155               <property name="invisible_char">*</property>
156               <property name="activates_default">False</property>
157             </widget>
158             <packing>
159               <property name="left_attach">1</property>
160               <property name="right_attach">3</property>
161               <property name="top_attach">0</property>
162               <property name="bottom_attach">1</property>
163               <property name="y_options"></property>
164             </packing>
165           </child>
166         </widget>
167         <packing>
168           <property name="padding">0</property>
169           <property name="expand">False</property>
170           <property name="fill">False</property>
171         </packing>
172       </child>
173
174       <child>
175         <widget class="GtkExpander" id="expander1">
176           <property name="visible">True</property>
177           <property name="can_focus">True</property>
178           <property name="expanded">False</property>
179           <property name="spacing">0</property>
180
181           <child>
182             <widget class="GtkTable" id="table_advanced_settings">
183               <property name="visible">True</property>
184               <property name="n_rows">5</property>
185               <property name="n_columns">3</property>
186               <property name="homogeneous">False</property>
187               <property name="row_spacing">6</property>
188               <property name="column_spacing">12</property>
189
190               <child>
191                 <widget class="GtkLabel" id="label_resource">
192                   <property name="visible">True</property>
193                   <property name="label" translatable="yes">Reso_urce:</property>
194                   <property name="use_underline">True</property>
195                   <property name="use_markup">False</property>
196                   <property name="justify">GTK_JUSTIFY_LEFT</property>
197                   <property name="wrap">False</property>
198                   <property name="selectable">False</property>
199                   <property name="xalign">0</property>
200                   <property name="yalign">0.5</property>
201                   <property name="xpad">0</property>
202                   <property name="ypad">0</property>
203                   <property name="mnemonic_widget">entry_resource</property>
204                   <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
205                   <property name="width_chars">-1</property>
206                   <property name="single_line_mode">False</property>
207                   <property name="angle">0</property>
208                 </widget>
209                 <packing>
210                   <property name="left_attach">0</property>
211                   <property name="right_attach">1</property>
212                   <property name="top_attach">2</property>
213                   <property name="bottom_attach">3</property>
214                   <property name="x_options">fill</property>
215                   <property name="y_options"></property>
216                 </packing>
217               </child>
218
219               <child>
220                 <widget class="GtkEntry" id="entry_resource">
221                   <property name="visible">True</property>
222                   <property name="can_focus">True</property>
223                   <property name="editable">True</property>
224                   <property name="visibility">True</property>
225                   <property name="max_length">0</property>
226                   <property name="text" translatable="yes"></property>
227                   <property name="has_frame">True</property>
228                   <property name="invisible_char">*</property>
229                   <property name="activates_default">False</property>
230                 </widget>
231                 <packing>
232                   <property name="left_attach">1</property>
233                   <property name="right_attach">3</property>
234                   <property name="top_attach">2</property>
235                   <property name="bottom_attach">3</property>
236                   <property name="y_options"></property>
237                 </packing>
238               </child>
239
240               <child>
241                 <widget class="GtkLabel" id="label_priority">
242                   <property name="visible">True</property>
243                   <property name="label" translatable="yes">Priority:</property>
244                   <property name="use_underline">False</property>
245                   <property name="use_markup">False</property>
246                   <property name="justify">GTK_JUSTIFY_LEFT</property>
247                   <property name="wrap">False</property>
248                   <property name="selectable">False</property>
249                   <property name="xalign">0</property>
250                   <property name="yalign">0.5</property>
251                   <property name="xpad">0</property>
252                   <property name="ypad">0</property>
253                   <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
254                   <property name="width_chars">-1</property>
255                   <property name="single_line_mode">False</property>
256                   <property name="angle">0</property>
257                 </widget>
258                 <packing>
259                   <property name="left_attach">0</property>
260                   <property name="right_attach">1</property>
261                   <property name="top_attach">3</property>
262                   <property name="bottom_attach">4</property>
263                   <property name="x_options">fill</property>
264                   <property name="y_options"></property>
265                 </packing>
266               </child>
267
268               <child>
269                 <widget class="GtkSpinButton" id="spinbutton_priority">
270                   <property name="visible">True</property>
271                   <property name="can_focus">True</property>
272                   <property name="climb_rate">1</property>
273                   <property name="digits">0</property>
274                   <property name="numeric">False</property>
275                   <property name="update_policy">GTK_UPDATE_ALWAYS</property>
276                   <property name="snap_to_ticks">False</property>
277                   <property name="wrap">False</property>
278                   <property name="adjustment">0 -128 127 1 10 10</property>
279                 </widget>
280                 <packing>
281                   <property name="left_attach">1</property>
282                   <property name="right_attach">3</property>
283                   <property name="top_attach">3</property>
284                   <property name="bottom_attach">4</property>
285                   <property name="y_options"></property>
286                 </packing>
287               </child>
288
289               <child>
290                 <widget class="GtkFrame" id="frame1">
291                   <property name="visible">True</property>
292                   <property name="label_xalign">0</property>
293                   <property name="label_yalign">0.5</property>
294                   <property name="shadow_type">GTK_SHADOW_NONE</property>
295
296                   <child>
297                     <widget class="GtkAlignment" id="alignment1">
298                       <property name="visible">True</property>
299                       <property name="xalign">0.5</property>
300                       <property name="yalign">0.5</property>
301                       <property name="xscale">1</property>
302                       <property name="yscale">1</property>
303                       <property name="top_padding">0</property>
304                       <property name="bottom_padding">0</property>
305                       <property name="left_padding">12</property>
306                       <property name="right_padding">0</property>
307
308                       <child>
309                         <widget class="GtkTable" id="table1">
310                           <property name="visible">True</property>
311                           <property name="n_rows">3</property>
312                           <property name="n_columns">2</property>
313                           <property name="homogeneous">False</property>
314                           <property name="row_spacing">6</property>
315                           <property name="column_spacing">6</property>
316
317                           <child>
318                             <widget class="GtkLabel" id="label_server">
319                               <property name="visible">True</property>
320                               <property name="label" translatable="yes">_Server:</property>
321                               <property name="use_underline">True</property>
322                               <property name="use_markup">False</property>
323                               <property name="justify">GTK_JUSTIFY_LEFT</property>
324                               <property name="wrap">False</property>
325                               <property name="selectable">False</property>
326                               <property name="xalign">0</property>
327                               <property name="yalign">0.5</property>
328                               <property name="xpad">0</property>
329                               <property name="ypad">0</property>
330                               <property name="mnemonic_widget">entry_server</property>
331                               <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
332                               <property name="width_chars">-1</property>
333                               <property name="single_line_mode">False</property>
334                               <property name="angle">0</property>
335                             </widget>
336                             <packing>
337                               <property name="left_attach">0</property>
338                               <property name="right_attach">1</property>
339                               <property name="top_attach">0</property>
340                               <property name="bottom_attach">1</property>
341                               <property name="x_options">fill</property>
342                               <property name="y_options"></property>
343                             </packing>
344                           </child>
345
346                           <child>
347                             <widget class="GtkLabel" id="label_port">
348                               <property name="visible">True</property>
349                               <property name="label" translatable="yes">_Port:</property>
350                               <property name="use_underline">True</property>
351                               <property name="use_markup">False</property>
352                               <property name="justify">GTK_JUSTIFY_LEFT</property>
353                               <property name="wrap">False</property>
354                               <property name="selectable">False</property>
355                               <property name="xalign">0</property>
356                               <property name="yalign">0.5</property>
357                               <property name="xpad">0</property>
358                               <property name="ypad">0</property>
359                               <property name="mnemonic_widget">spinbutton_port</property>
360                               <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
361                               <property name="width_chars">-1</property>
362                               <property name="single_line_mode">False</property>
363                               <property name="angle">0</property>
364                             </widget>
365                             <packing>
366                               <property name="left_attach">0</property>
367                               <property name="right_attach">1</property>
368                               <property name="top_attach">1</property>
369                               <property name="bottom_attach">2</property>
370                               <property name="x_options">fill</property>
371                               <property name="y_options"></property>
372                             </packing>
373                           </child>
374
375                           <child>
376                             <widget class="GtkEntry" id="entry_server">
377                               <property name="visible">True</property>
378                               <property name="can_focus">True</property>
379                               <property name="editable">True</property>
380                               <property name="visibility">True</property>
381                               <property name="max_length">0</property>
382                               <property name="text" translatable="yes"></property>
383                               <property name="has_frame">True</property>
384                               <property name="invisible_char">*</property>
385                               <property name="activates_default">False</property>
386                             </widget>
387                             <packing>
388                               <property name="left_attach">1</property>
389                               <property name="right_attach">2</property>
390                               <property name="top_attach">0</property>
391                               <property name="bottom_attach">1</property>
392                               <property name="y_options"></property>
393                             </packing>
394                           </child>
395
396                           <child>
397                             <widget class="GtkSpinButton" id="spinbutton_port">
398                               <property name="visible">True</property>
399                               <property name="can_focus">True</property>
400                               <property name="climb_rate">1</property>
401                               <property name="digits">0</property>
402                               <property name="numeric">True</property>
403                               <property name="update_policy">GTK_UPDATE_ALWAYS</property>
404                               <property name="snap_to_ticks">False</property>
405                               <property name="wrap">False</property>
406                               <property name="adjustment">5222 0 65556 1 10 10</property>
407                             </widget>
408                             <packing>
409                               <property name="left_attach">1</property>
410                               <property name="right_attach">2</property>
411                               <property name="top_attach">1</property>
412                               <property name="bottom_attach">2</property>
413                               <property name="y_options"></property>
414                             </packing>
415                           </child>
416
417                           <child>
418                             <widget class="GtkCheckButton" id="checkbutton_ssl">
419                               <property name="visible">True</property>
420                               <property name="can_focus">True</property>
421                               <property name="label" translatable="yes">Use old SSL</property>
422                               <property name="use_underline">True</property>
423                               <property name="relief">GTK_RELIEF_NORMAL</property>
424                               <property name="focus_on_click">True</property>
425                               <property name="active">False</property>
426                               <property name="inconsistent">False</property>
427                               <property name="draw_indicator">True</property>
428                             </widget>
429                             <packing>
430                               <property name="left_attach">0</property>
431                               <property name="right_attach">2</property>
432                               <property name="top_attach">2</property>
433                               <property name="bottom_attach">3</property>
434                               <property name="x_options">fill</property>
435                               <property name="y_options"></property>
436                             </packing>
437                           </child>
438                         </widget>
439                       </child>
440                     </widget>
441                   </child>
442
443                   <child>
444                     <widget class="GtkLabel" id="label2">
445                       <property name="visible">True</property>
446                       <property name="label" translatable="yes">&lt;b&gt;Override  server settings&lt;/b&gt;</property>
447                       <property name="use_underline">False</property>
448                       <property name="use_markup">True</property>
449                       <property name="justify">GTK_JUSTIFY_LEFT</property>
450                       <property name="wrap">False</property>
451                       <property name="selectable">False</property>
452                       <property name="xalign">0.5</property>
453                       <property name="yalign">0.5</property>
454                       <property name="xpad">0</property>
455                       <property name="ypad">0</property>
456                       <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
457                       <property name="width_chars">-1</property>
458                       <property name="single_line_mode">False</property>
459                       <property name="angle">0</property>
460                     </widget>
461                     <packing>
462                       <property name="type">label_item</property>
463                     </packing>
464                   </child>
465                 </widget>
466                 <packing>
467                   <property name="left_attach">0</property>
468                   <property name="right_attach">3</property>
469                   <property name="top_attach">4</property>
470                   <property name="bottom_attach">5</property>
471                   <property name="x_options">fill</property>
472                 </packing>
473               </child>
474
475               <child>
476                 <widget class="GtkCheckButton" id="checkbutton_encryption">
477                   <property name="visible">True</property>
478                   <property name="can_focus">True</property>
479                   <property name="label" translatable="yes">Encryption required (TLS/SSL)</property>
480                   <property name="use_underline">True</property>
481                   <property name="relief">GTK_RELIEF_NORMAL</property>
482                   <property name="focus_on_click">True</property>
483                   <property name="active">False</property>
484                   <property name="inconsistent">False</property>
485                   <property name="draw_indicator">True</property>
486                 </widget>
487                 <packing>
488                   <property name="left_attach">0</property>
489                   <property name="right_attach">3</property>
490                   <property name="top_attach">0</property>
491                   <property name="bottom_attach">1</property>
492                   <property name="x_options">fill</property>
493                   <property name="y_options"></property>
494                 </packing>
495               </child>
496
497               <child>
498                 <widget class="GtkCheckButton" id="checkbutton_ignore_ssl_errors">
499                   <property name="visible">True</property>
500                   <property name="can_focus">True</property>
501                   <property name="label" translatable="yes">Ignore SSL certificate errors</property>
502                   <property name="use_underline">True</property>
503                   <property name="relief">GTK_RELIEF_NORMAL</property>
504                   <property name="focus_on_click">True</property>
505                   <property name="active">False</property>
506                   <property name="inconsistent">False</property>
507                   <property name="draw_indicator">True</property>
508                 </widget>
509                 <packing>
510                   <property name="left_attach">0</property>
511                   <property name="right_attach">3</property>
512                   <property name="top_attach">1</property>
513                   <property name="bottom_attach">2</property>
514                   <property name="x_options">fill</property>
515                   <property name="y_options"></property>
516                 </packing>
517               </child>
518             </widget>
519           </child>
520
521           <child>
522             <widget class="GtkLabel" id="label1">
523               <property name="visible">True</property>
524               <property name="label" translatable="yes">&lt;b&gt;Advanced&lt;/b&gt;</property>
525               <property name="use_underline">False</property>
526               <property name="use_markup">True</property>
527               <property name="justify">GTK_JUSTIFY_LEFT</property>
528               <property name="wrap">False</property>
529               <property name="selectable">False</property>
530               <property name="xalign">0.5</property>
531               <property name="yalign">0.5</property>
532               <property name="xpad">0</property>
533               <property name="ypad">0</property>
534               <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
535               <property name="width_chars">-1</property>
536               <property name="single_line_mode">False</property>
537               <property name="angle">0</property>
538             </widget>
539             <packing>
540               <property name="type">label_item</property>
541             </packing>
542           </child>
543         </widget>
544         <packing>
545           <property name="padding">0</property>
546           <property name="expand">False</property>
547           <property name="fill">False</property>
548         </packing>
549       </child>
550     </widget>
551   </child>
552 </widget>
553
554 </glade-interface>