-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgabber.schemas.in
410 lines (410 loc) · 16.2 KB
/
gabber.schemas.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
<gconfschemafile>
<schemalist>
<schema>
<key>/schemas/apps/gabber/account/username</key>
<applyto>/apps/gabber/account/username</applyto>
<owner>gabber</owner>
<type>string</type>
<locale name="C">
<short>The Jabber username</short>
<long>The Jabber username</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/gabber/account/server</key>
<applyto>/apps/gabber/account/server</applyto>
<owner>gabber</owner>
<type>string</type>
<default>jabber.org</default>
<locale name="C">
<short>The Jabber server</short>
<long>The Jabber server to connect to. Current large jabber servers include jabber.com and jabber.org. See http://www.jabberview.com/ for a list of some of the public servers.</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/gabber/account/port</key>
<applyto>/apps/gabber/account/port</applyto>
<owner>gabber</owner>
<type>int</type>
<default>5222</default>
<locale name="C">
<short>The Jabber server port</short>
<long>The port on the Jabber server to connect to. Jabber servers are generally set up listening on port 5222, although some Jabber servers listen for an SSL connection on 5223.</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/gabber/account/password</key>
<applyto>/apps/gabber/account/password</applyto>
<owner>gabber</owner>
<type>string</type>
<locale name="C">
<short>The Jabber password. Do not change this.</short>
<long>The Jabber password. If you see nothing here, then savepassword was probably set to false. Do not change this. It is encrypted.</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/gabber/account/resource</key>
<applyto>/apps/gabber/account/resource</applyto>
<owner>gabber</owner>
<type>string</type>
<default>Gabber</default>
<locale name="C">
<short>The Jabber resource</short>
<long>The Jabber resource. Your resource should be unique so you can log into the same Jabber account from different computers (or Jabber clients) at the same time. Generally it is either the name of the client you're using or the name of your computer.</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/gabber/account/priority</key>
<applyto>/apps/gabber/account/priority</applyto>
<owner>gabber</owner>
<type>int</type>
<default>9</default>
<locale name="C">
<short>This session's priority</short>
<long>The priority you will connect with. Important to consider if you connect from different places simultaneously; the session with the highest priority will receive incoming messages.</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/gabber/account/savepassword</key>
<applyto>/apps/gabber/account/savepassword</applyto>
<owner>gabber</owner>
<type>bool</type>
<default>false</default>
<locale name="C">
<short>Whether or not to save the Jabber password</short>
<long>If this is set to true, Gabber will encrypt and store the Jabber password for future use. Otherwise it will be forgotten after each session.</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/gabber/account/ssl</key>
<applyto>/apps/gabber/account/ssl</applyto>
<owner>gabber</owner>
<type>bool</type>
<default>false</default>
<locale name="C">
<short>Use SSL encrypted communication with the server</short>
<long>If Gabber was compiled with SSL support enabled and this is enabled, Gabber will use OpenSSL to encrypt a socket to the server. This does not encrypt messages going from the server to another server.</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/gabber/account/autoconnect</key>
<applyto>/apps/gabber/account/autoconnect</applyto>
<owner>gabber</owner>
<type>bool</type>
<default>false</default>
<locale name="C">
<short>Automatically connect on Gabber startup</short>
<long>If this is enabled, Gabber will automatically attempt to connect to the server when you start it, rather than presenting you a Log In dialog. It will prompt for a password if one is not saved.</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/gabber/account/reconnect</key>
<applyto>/apps/gabber/account/reconnect</applyto>
<owner>gabber</owner>
<type>bool</type>
<default>true</default>
<locale name="C">
<short>Automatically reconnect when disconnected</short>
<long>If this is enabled, Gabber will automatically attempt to reconnect when disconnected for whatever reason.</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/gabber/account/closed_groups</key>
<applyto>/apps/gabber/account/closed_groups</applyto>
<owner>gabber</owner>
<type>list</type>
<list_type>string</list_type>
<locale name="C">
<short>Groups that are expanded between sessions.</short>
<long>This list is all the groups that will be autoexpanded between logins and when hiding offline contacts is toggled.</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/gabber/groupchat/nickname</key>
<applyto>/apps/gabber/groupchat/nickname</applyto>
<owner>gabber</owner>
<type>string</type>
<locale name="C">
<short>The default nickname for group chats.</short>
<long>This is the default nickname which is used in the join group chat dialog.</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/gabber/interface/contactlist_hideoffline</key>
<applyto>/apps/gabber/interface/contactlist_hideoffline</applyto>
<owner>gabber</owner>
<type>bool</type>
<default>false</default>
<locale name="C">
<short>Hide Offline Contacts</short>
<long>If this is enabled, offline contacts in the contact list will not be displayed.</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/gabber/interface/messages_autodisplay</key>
<applyto>/apps/gabber/interface/messages_autodisplay</applyto>
<owner>gabber</owner>
<type>bool</type>
<default>true</default>
<locale name="C">
<short>Automatically display messages when Available or Free for Chat</short>
<long>If this is enabled, Gabber will automatically open messages when your status is Available or Free for Chat. Messages will still be queued up when you are Away, Busy, or Extended Away.</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/gabber/interface/messages_spellcheck</key>
<applyto>/apps/gabber/interface/messages_spellcheck</applyto>
<owner>gabber</owner>
<type>bool</type>
<default>true</default>
<locale name="C">
<short>Check messages for spelling mistakes</short>
<long>If this is enabled, Gabber will check the spelling of messages and chats using aspell or ispell.</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/gabber/interface/contactlist_pos_x</key>
<applyto>/apps/gabber/interface/contactlist_pos_x</applyto>
<owner>gabber</owner>
<type>int</type>
<default>-1</default>
<locale name="C">
<short>x position of contact list window</short>
<long></long>
</locale>
</schema>
<schema>
<key>/schemas/apps/gabber/interface/contactlist_pos_y</key>
<applyto>/apps/gabber/interface/contactlist_pos_y</applyto>
<owner>gabber</owner>
<type>int</type>
<default>-1</default>
<locale name="C">
<short>y position of contact list window</short>
<long></long>
</locale>
</schema>
<schema>
<key>/schemas/apps/gabber/interface/contactlist_size_width</key>
<applyto>/apps/gabber/interface/contactlist_size_width</applyto>
<owner>gabber</owner>
<type>int</type>
<default>185</default>
<locale name="C">
<short>width of contact list window</short>
<long></long>
</locale>
</schema>
<schema>
<key>/schemas/apps/gabber/interface/contactlist_size_height</key>
<applyto>/apps/gabber/interface/contactlist_size_height</applyto>
<owner>gabber</owner>
<type>int</type>
<default>270</default>
<locale name="C">
<short>height of contact list window</short>
<long></long>
</locale>
</schema>
<schema>
<key>/schemas/apps/gabber/history/last_rotate_month</key>
<applyto>/apps/gabber/history/last_rotate_month</applyto>
<owner>gabber</owner>
<type>int</type>
<default>0</default>
<locale name="C">
<short>temas</short>
<long>I don't even know what the default should be. Annoy temas to get this fixed.</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/gabber/history/last_rotate_year</key>
<applyto>/apps/gabber/history/last_rotate_year</applyto>
<owner>gabber</owner>
<type>int</type>
<default>0</default>
<locale name="C">
<short>temas</short>
<long>I don't even know what the default should be. Annoy temas to get this fixed.</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/gabber/history/moved_old_logs</key>
<applyto>/apps/gabber/history/moved_old_logs</applyto>
<owner>gabber</owner>
<type>bool</type>
<default>false</default>
<locale name="C">
<short>temas</short>
<long>This probably shouldn't exist anymore. Annoy temas to get it removed.</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/gabber/paths/libdir</key>
<applyto>/apps/gabber/paths/libdir</applyto>
<owner>gabber</owner>
<type>string</type>
<default>@prefix@/lib/@PACKAGE@</default>
<locale name="C">
<short>Library directory</short>
<long>The directory where libraries are found.</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/gabber/paths/pixmapdir</key>
<applyto>/apps/gabber/paths/pixmapdir</applyto>
<owner>gabber</owner>
<type>string</type>
<default>@prefix@/share/pixmaps/@PACKAGE@</default>
<locale name="C">
<short>Pixmap directory</short>
<long>The directory where pixmap images are found.</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/gabber/paths/datadir</key>
<applyto>/apps/gabber/paths/datadir</applyto>
<owner>gabber</owner>
<type>string</type>
<default>@prefix@/share/@PACKAGE@</default>
<locale name="C">
<short>Pixmap directory</short>
<long>The directory where data files are found.</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/gabber/paths/plugindirs</key>
<applyto>/apps/gabber/paths/plugindirs</applyto>
<owner>gabber</owner>
<type>list</type>
<list_type>string</list_type>
<default>[@prefix@/lib/@PACKAGE@]</default>
<locale name="C">
<short>Plugin directories</short>
<long>The directories where Gabber Modules (plugins) can be found.</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/gabber/plugins/pluginlist</key>
<applyto>/apps/gabber/plugins/pluginlist</applyto>
<owner>gabber</owner>
<type>list</type>
<list_type>string</list_type>
<default>[chat,standalone,groupchat]</default>
<locale name="C">
<short>The list of the plugins</short>
<long>The plugins listed here will load automatically at startup</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/gabber/autoaway/enable</key>
<applyto>/apps/gabber/autoaway/enable</applyto>
<owner>gabber</owner>
<type>bool</type>
<default>true</default>
<locale name="C">
<short>Automatically change presence when idle</short>
<long>If this is enabled, Gabber will poll the XScreenSaver Extension to figure out when this X session is idle. After the specified amount of time, Gabber will automatically change presence to Away and then Extended Away.</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/gabber/autoaway/idletime_visible</key>
<applyto>/apps/gabber/autoaway/idletime_visible</applyto>
<owner>gabber</owner>
<type>bool</type>
<default>true</default>
<locale name="C">
<short>Allow others to see idle time</short>
<long>If this is enabled, other people may see how long your X session has been idle. If this is disabled, autoaway can still work--others will see that you're away--but they won't know how long you've been away.</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/gabber/autoaway/away_after</key>
<applyto>/apps/gabber/autoaway/away_after</applyto>
<owner>gabber</owner>
<type>int</type>
<default>10</default>
<locale name="C">
<short>Away after x minutes</short>
<long>If autoaway is enabled, Gabber will set your presence to Away after the specified number of minutes</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/gabber/autoaway/xa_after</key>
<applyto>/apps/gabber/autoaway/xa_after</applyto>
<owner>gabber</owner>
<type>int</type>
<default>30</default>
<locale name="C">
<short>Extended Away after x minutes</short>
<long>If autoaway is enabled, Gabber will set your presence to Extended Away after the specified number of minutes</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/gabber/autoaway/awaymessage</key>
<applyto>/apps/gabber/autoaway/awaymessage</applyto>
<owner>gabber</owner>
<type>string</type>
<default>Automatically away</default>
<locale name="C">
<short>Autoaway status message</short>
<long>This is the status message Gabber will use when setting your presence to Away or Extended Away</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/gabber/autoaway/zero_priority</key>
<applyto>/apps/gabber/autoaway/zero_priority</applyto>
<owner>gabber</owner>
<type>bool</type>
<default>true</default>
<locale name="C">
<short>Set the presence priority to 0</short>
<long>If this is enabled, Gabber will set the presence priority to 0 when autoaway. This means that if you have other clients or connections to Jabber on the same account with a priority higher than 0, messages will go to those clients instead of your now-idle Gabber connection.</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/gabber/avatar/jid</key>
<applyto>/apps/gabber/avatar/jid</applyto>
<owner>gabber</owner>
<type>string</type>
<default></default>
<locale name="C">
<short>The JID of the avatar pubsub server</short>
<long>This is the JID where the pubsub server resides with the node for avatar publishes.</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/gabber/avatar/node</key>
<applyto>/apps/gabber/avatar/node</applyto>
<owner>gabber</owner>
<type>string</type>
<default></default>
<locale name="C">
<short>The node to use on the avatar pubsub server for avatar info</short>
<long>This is the node to use on the pubsub server for avatar publishes.</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/gabber/avatar/hash</key>
<applyto>/apps/gabber/avatar/hash</applyto>
<owner>gabber</owner>
<type>string</type>
<default></default>
<locale name="C">
<short>The MD5 hash of the local avatar.</short>
<long>The MD5 hash of the image that was last used on the local system.</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/gabber/avatar/filename</key>
<applyto>/apps/gabber/avatar/filename</applyto>
<owner>gabber</owner>
<type>string</type>
<default></default>
<locale name="C">
<short>The filename of the current avatar.</short>
<long>The filename of the current avatar.</long>
</locale>
</schema>
</schemalist>
</gconfschemafile>