File: default.xml

package info (click to toggle)
psi 0.14-2
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 12,704 kB
  • ctags: 22,303
  • sloc: cpp: 150,140; ansic: 26,319; xml: 1,215; makefile: 236; python: 178; ruby: 129; sh: 27
file content (459 lines) | stat: -rw-r--r-- 23,859 bytes parent folder | download | duplicates (2)
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
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
<?xml version="1.0"?>
<!DOCTYPE psi>
<!--
	CONVENTIONS / RULES
	===================
	Three top-level entries should be observed:
	options : This is the catch-all for client options. 
	accounts : This is used for account data in Psi.
	plugins : This is reserved for plugin options and so there's not a terribly good reason to be defining anything in the default option file; it may be interesting for the system defaults file, however.
	
	Naming: All tags should use lower case throughout, please use dashes ("-") to seperate words.
	
	Comments: please add a "comment" attribute to every option you add, describing its use and, if appropriate, possible values.
	
	-->
<psi version="defaults">
	<options comment="Client options">
		<account comment="Default account options">
			<domain comment="Always use the same domain to register with. Leave this empty to allow the user to choose his server." type="QString"/>
		</account>
    <auto-update comment="Auto updater">
      <check-on-startup comment="Check for available updates on startup" type="bool">true</check-on-startup>
    </auto-update>
		<enable-multicast comment="Enable multicasting messages to multiple recipients" type="bool">false</enable-multicast>
		<html comment="Hypertext markup options">
			<chat comment="HTML in chats">
				<render comment="Display received HTML" type="bool">true</render>
			</chat>
		</html>
		<extended-presence comment="Extended presence options">
			<notify comment="Get notified of extended presence changes" type="bool">true</notify>
			<tune comment="Tune options">
				<publish comment="Publish user tune information" type="bool">false</publish>
			</tune>
		</extended-presence>
		<muc comment="Multi-User Chat options">
			<bookmarks comment="Options for bookmarked conference rooms">
				<auto-join comment="Automatically join bookmarked conference rooms that are configured for auto-joining." type="bool">true</auto-join>
			</bookmarks>
			<show-joins comment="Display notices of users joining and leaving conferences" type="bool">true</show-joins>
			<show-role-affiliation comment="Include role and affiliation changes in join messages, and display notices of changes" type="bool">true</show-role-affiliation>
			<show-status-changes comment="Show status changes in groupchat window" type="bool">false</show-status-changes>
			<accept-defaults comment="Automatically accept the default room configuration when a new room is created." type="bool">true</accept-defaults>
			<auto-configure comment="Automatically open the configuration dialog when a new room is created. This option only has effect if accept-defaults is false." type="bool">true</auto-configure>
			<context comment="Options regarding the context being sent when joining a room">
				<maxchars comment="The maximum number of characters of context that should be sent when entering a room. Use a negative number for an unlimited amount." type="int">-1</maxchars>
				<maxstanzas comment="The maximum number of context items that should be sent when entering a room. Use a negative number for an unlimited amount." type="int">-1</maxstanzas>
				<seconds comment="The maximum number of context seconds that should be sent when entering a room. Use a negative number for an unlimited amount." type="int">-1</seconds>
			</context>
			<recent-joins>
				<jids type="QStringList" />
				<maximum comment="The maximum number of recently joined rooms that should be remembered" type="int">10</maximum>
			</recent-joins>
			<reasons type="QStringList" />
		</muc> 
		<pgp comment="PGP encryption options">
			<enable comment="Enable PGP globally" type="bool">true</enable>
		</pgp>
		<ui comment="User interface options">
			<account comment="Account options">
				<data-proxy comment="Allow changing the data transfer proxy" type="bool">true</data-proxy>
				<keepalive comment="Show the keepalive option" type="bool">true</keepalive>
				<legacy-ssl-probe comment="Show legacy SSL probe option" type="bool">true</legacy-ssl-probe>
				<manual-host comment="Enable manual host configuration" type="bool">true</manual-host>
				<priority comment="Allow changing the priority" type="bool">true</priority>
				<privacy comment="Options related to the privacy UI">
					<show comment="Show the privacy UI" type="bool">true</show>
				</privacy>
				<proxy comment="Options related to the proxy UI">
					<show comment="Show the proxy UI" type="bool">true</show>
				</proxy>
				<resource comment="Allow changing the resource" type="bool">true</resource>
				<custom-authid comment="Allow changing the authentication identity" type="bool">true</custom-authid>
				<security comment="Options related to the seciruty UI">
					<show comment="Show the security UI" type="bool">true</show>
				</security>
				<single comment="Limit the client to a single account" type="bool">false</single>
			</account>
			<message comment="Message options">
				<enabled comment="Enable message (i.e. non-chat) functionality" type="bool">true</enabled>
				<auto-grab-urls-from-clipboard type="bool">false</auto-grab-urls-from-clipboard>
				<auto-popup type="bool">false</auto-popup>
				<auto-popup-headlines type="bool">false</auto-popup-headlines>
				<show-character-count type="bool">false</show-character-count>
				<show-subjects type="bool">true</show-subjects>
				<use-jid-auto-completion type="bool">true</use-jid-auto-completion>
				<size type="QString"></size> <!-- will be invalid when converted to QSize so we can detect first load -->
			</message>
			<chat comment="Chat dialog options">
				<central-toolbar comment="Have a central toolbar" type="bool">false</central-toolbar>
				<size comment="Remembered window size" type="QSize">
				</size><!-- will be invalid when converted to QSize so we can detect first load -->
				<opacity comment="Opacity percentage of chat dialogs" type="int">100</opacity>
				<legacy-formatting comment="This enables legacy usenet-style formatting (// ** __)" type="bool">true</legacy-formatting>
				<avatars comment="Avatar options">
					<size comment="Maximum size of the avatar" type="int">32</size>
					<show comment="Show avatars in the chat dialog" type="bool">true</show>
				</avatars>
				<alert-for-already-open-chats type="bool">true</alert-for-already-open-chats>
				<auto-popup type="bool">false</auto-popup>
				<delete-contents-after type="QString">hour</delete-contents-after>
				<raise-chat-windows-on-new-messages type="bool">false</raise-chat-windows-on-new-messages>
				<use-chat-says-style type="bool">false</use-chat-says-style>
				<use-expanding-line-edit type="bool">true</use-expanding-line-edit>
				<use-small-chats type="bool">false</use-small-chats>
			</chat>
			<contactlist comment="Contact list options">
				<auto-delete-unlisted comment="Automatically remove an unlisted contact from the contact list if it does not have any pending messages anymore" type="bool">false</auto-delete-unlisted>
				<opacity comment="Opacity percentage of the contact list" type="int">100</opacity>
				<status-messages comment="Status messages for contacts">
					<single-line comment="Show status messages on the same line as the nickname" type="bool">true</single-line>
					<show comment="Show status messages" type="bool">false</show>
				</status-messages>
				<tooltip comment="Display options for the contact list tooltips">
					<avatar comment="Display avatar" type="bool">true</avatar>
					<client-version comment="Display client version information" type="bool">true</client-version>
					<last-status comment="Display the last status" type="bool">true</last-status>
					<pgp comment="Display PGP information" type="bool">true</pgp>
				</tooltip>
				<temp-no-roster-animation comment="Disable animated icons. This option will be removed as soon as the contactlist code is optimized enough" type="bool">false</temp-no-roster-animation>
				<account-sort-style type="QString">alpha</account-sort-style>
				<always-on-top type="bool">false</always-on-top>
				<automatically-resize-roster type="bool">false</automatically-resize-roster>
				<grow-roster-upwards type="bool">true</grow-roster-upwards>
				<contact-sort-style type="QString">status</contact-sort-style>
				<disable-service-discovery type="bool">false</disable-service-discovery>
				<ensure-contact-visible-on-event type="bool">true</ensure-contact-visible-on-event>
				<group-sort-style type="QString">alpha</group-sort-style>
				<lockdown-roster type="bool">false</lockdown-roster>
				<raise-on-new-event type="bool">false</raise-on-new-event>
				<show>
					<agent-contacts type="bool">true</agent-contacts>
					<away-contacts type="bool">true</away-contacts>
					<hidden-contacts-group type="bool">true</hidden-contacts-group>
					<offline-contacts type="bool">true</offline-contacts>
					<self-contact type="bool">true</self-contact>
				</show>
				<show-group-counts type="bool">true</show-group-counts>
				<show-menubar type="bool">true</show-menubar>
				<toolbars/>
				<toolbars-state type="QByteArray"/>
				<use-left-click type="bool">false</use-left-click>
				<use-single-click type="bool">false</use-single-click>
				<use-status-change-animation type="bool">true</use-status-change-animation>
				<use-transport-icons type="bool">false</use-transport-icons>
				<saved-window-geometry type="QRect" >
					<x>64</x>
					<y>64</y>
					<width>150</width>
					<height>360</height>
				</saved-window-geometry>
				<saved-window-geometry-frame type="QRect" >
					<x>0</x>
					<y>0</y>
					<width>0</width>
					<height>0</height>
				</saved-window-geometry-frame>
				<saved-window-geometry-screen type="int">0</saved-window-geometry-screen>
				<saved-window-geometry-maximized type="bool">false</saved-window-geometry-maximized>
				<saved-window-geometry-fullscreen type="bool">false</saved-window-geometry-fullscreen>
			</contactlist>
			<menu comment="Options for the menu">
				<account comment="Options for the account-specific menu">
					<admin comment="Show the 'admin' menu" type="bool">true</admin>
				</account>
				<contact comment="Options for the contact-specific menu">
					<active-chats comment="Show the 'active chats' menu" type="bool">true</active-chats>
					<custom-picture comment="Show the 'picture' menu" type="bool">true</custom-picture>
					<custom-pgp-key comment="Show the 'assign pgp key' menu" type="bool">true</custom-pgp-key>
				</contact>
				<main comment="Options for the main menu">
					<change-profile comment="Show the 'change profile' menu" type="bool">true</change-profile>
				</main>
				<status comment="Options for the status menu">
					<chat comment="Enable free for chat" type="bool">true</chat>
					<xa comment="Enable extended away/not available" type="bool">true</xa>
					<invisible comment="Enable invisibility" type="bool">false</invisible>
				</status>
				<view comment="Options for the view menu">
					<show-away comment="Show the 'show away/xa' toggle" type="bool">false</show-away>
				</view>
			</menu>
			<muc comment="Multi-User Chat options">
				<highlight-words type="QStringList" />
				<size comment="Remembered window size" type="QSize">
					<width>580</width>
					<height>420</height>
				</size>
				<use-highlighting type="bool">true</use-highlighting><use-nick-coloring type="bool">true</use-nick-coloring>
			</muc>
			<show-deprecated comment="Deprecated functionality or protocols">
				<service-discovery comment="Service discovery dialog">
					<protocol-selector comment="Show the iq:browse and iq:agents service discovery protocol selector." type="bool">false</protocol-selector>
				</service-discovery>
			</show-deprecated>
			<spell-check comment="Options related to the spell checker">
				<enabled comment="Whether the spell checker is enabled" type="bool">true</enabled>
			</spell-check>
			<systemtray comment="Options related to the system tray">
				<use-old comment="Use the old system tray code (deprecated)" type="bool">false</use-old>
				<enable type="bool">true</enable>
				<use-double-click type="bool">false</use-double-click>
			</systemtray>
			<tip comment="Tip of the day options">
				<show comment="Show the tip of the day upon startup" type="bool">true</show>
				<number comment="The next tip to show" type="int">0</number>
			</tip>
			<flash-windows comment="Allow windows to flash upon activity" type="bool">true</flash-windows>
			<automatically-copy-selected-text type="bool">false</automatically-copy-selected-text>
			<emoticons>
				<use-emoticons type="bool">true</use-emoticons>
			</emoticons>
			<file-transfer>
				<auto-popup type="bool">false</auto-popup>
			</file-transfer>
			<last-used-open-path type="QString"></last-used-open-path>
			<last-used-save-path type="QString"></last-used-save-path>
			<look>
				<colors>
					<contactlist>
						<background type="QColor">#ffffff</background>
						<grouping>
							<header-background type="QColor">#f0f0f0</header-background>
							<header-foreground type="QColor">#5a5a5a</header-foreground>
						</grouping>
						<profile>
							<header-background type="QColor">#969696</header-background>
							<header-foreground type="QColor">#ffffff</header-foreground>
						</profile>
						<status>
							<away type="QColor">#004bb4</away>
							<do-not-disturb type="QColor">#7e0000</do-not-disturb>
							<offline type="QColor">#646464</offline>
							<online type="QColor">#000000</online>
						</status>
						<status-messages type="QColor">#808080</status-messages>
					</contactlist>
					<muc>
						<nick-colors type="QStringList" >
							<item>Blue</item>
							<item>Green</item>
							<item>Orange</item>
							<item>Purple</item>
							<item>Red</item>
						</nick-colors>
					</muc>
					<messages comment="Message coloring.">
						<received type="QColor" comment="Color used to indicate received messages.">#0000ff</received>
						<sent type="QColor" comment="Color used to indicate sent messages.">#ff0000</sent>
						<informational type="QColor" comment="Color used to indicate informational (status change, spooled) messages.">#008000</informational>
					</messages>
					<passive-popup>
						<border type="QColor">#5297f9</border>
					</passive-popup>
				</colors>
				<contactlist>
					<status-change-animation>
						<color1 type="QColor">#000000</color1>
						<color2 type="QColor">#969696</color2>
					</status-change-animation>
					<use-outlined-group-headings type="bool">false</use-outlined-group-headings>
					<use-slim-group-headings type="bool">false</use-slim-group-headings>
				</contactlist>
				<font>
					<chat type="QString">Sans Serif,9,-1,5,50,0,0,0,0,0</chat>
					<contactlist type="QString">Sans Serif,9,-1,5,50,0,0,0,0,0</contactlist>
					<message type="QString">Sans Serif,9,-1,5,50,0,0,0,0,0</message>
					<passive-popup type="QString">Sans Serif,7,-1,5,50,0,0,0,0,0</passive-popup>
				</font>
			</look>
			<notifications>
				<alert-style type="QString">animate</alert-style>
				<bounce-dock type="QString">forever</bounce-dock>
				<passive-popups>
					<duration type="int">10000</duration>
					<enabled type="bool">false</enabled>
					<incoming-chat type="bool">true</incoming-chat>
					<incoming-file-transfer type="bool">true</incoming-file-transfer>
					<incoming-headline type="bool">true</incoming-headline>
					<incoming-message type="bool">true</incoming-message>
					<maximum-jid-length type="int">25</maximum-jid-length>
					<maximum-text-length type="int">300</maximum-text-length>
					<maximum-status-length type="int">-1</maximum-status-length>
					<status>
						<offline type="bool">true</offline>
						<online type="bool">true</online>
						<other-changes type="bool">false</other-changes>
					</status>
				</passive-popups>
				<popup-dialogs>
					<suppress-when-not-on-roster type="bool">false</suppress-when-not-on-roster>
					<suppress-while-away type="bool">false</suppress-while-away>
				</popup-dialogs>
				<sounds>
					<chat-message type="QString">sound/chat2.wav</chat-message>
					<completed-file-transfer type="QString">sound/ft_complete.wav</completed-file-transfer>
					<contact-offline type="QString">sound/offline.wav</contact-offline>
					<contact-online type="QString">sound/online.wav</contact-online>
					<enable type="bool">true</enable>
					<incoming-file-transfer type="QString">sound/ft_incoming.wav</incoming-file-transfer>
					<incoming-headline type="QString">sound/chat2.wav</incoming-headline>
					<incoming-message type="QString">sound/chat2.wav</incoming-message>
					<new-chat type="QString">sound/chat1.wav</new-chat>
					<notify-every-muc-message type="bool">false</notify-every-muc-message>
					<outgoing-chat type="QString">sound/send.wav</outgoing-chat>
					<silent-while-away type="bool">false</silent-while-away>
					<system-message type="QString">sound/chat2.wav</system-message>
					<unix-sound-player type="QString"/>
				</sounds>
				<successful-subscription type="bool">false</successful-subscription>
			</notifications>
			<remember-window-sizes type="bool">true</remember-window-sizes>
			<service-discovery>
				<automatically-get-info type="bool">true</automatically-get-info>
				<automatically-get-items type="bool">false</automatically-get-items>
				<recent-jids type="QStringList" />
			</service-discovery>
			<tabs>
				<put-tabs-at-bottom type="bool">false</put-tabs-at-bottom>
				<use-tabs type="bool">false</use-tabs>
				<size type="QString"></size> <!-- will be invalid when converted to QSize so we can detect first load -->
				<grouping type="QString" comment="A ':' seperated list of groups of kinds of tabs to keep in the same tabset. 'C' for chat and 'M' for mucs">C:M</grouping>
				<group-state comment="Saved state data of the tabsets defined by options.ui.tabs.grouping"/>
				<tab-singles type="QString" comment="Tab types that would have been untabbed are given their own tabset. 'C' for chat and 'M' for mucs"/>
			</tabs>
		</ui>
		<shortcuts comment="Shortcuts">
			<chat comment="Shortcuts in the chat dialog">
				<next-tab type="QVariantList" comment="Switch to the next tab">
					<item type="QKeySequence">Ctrl+PgDown</item>
					<item type="QKeySequence">Ctrl+Tab</item>
				</next-tab>
				<previous-tab type="QVariantList" comment="Switch to the previous tab">
					<item type="QKeySequence">Ctrl+PgUp</item>
					<item type="QKeySequence">Ctrl+Shift+Tab</item>
				</previous-tab>
				<find type="QKeySequence" comment="Find text">Ctrl+F</find>
				<send type="QVariantList" comment="Sends the message">
					<item type="QKeySequence">Return</item>
					<item type="QKeySequence">Enter</item>
				</send>
				<clear type="QKeySequence" comment="Clear the text"/>
				<quick-command type="QKeySequence" comment="Change to quick command mode">Ctrl+7</quick-command>
			</chat>
			<contactlist comment="Shortcuts in the contactlist">
				<assign-custom-avatar type="QKeySequence" comment="Assign a custom avatar to the selected contact"/>
				<clear-custom-avatar type="QKeySequence" comment="Remove custom avatar from the selected contact"/>
				<delete type="QKeySequence" comment="Delete the selected contact">Del</delete>
				<chat type="QKeySequence" comment="Open a chat to the selected contact">Ctrl+C</chat>
				<message type="QKeySequence" comment="Send a message to the selected contact">Ctrl+M</message>
				<event type="QKeySequence" comment="Receive incoming event">Ctrl+R</event>
				<rename type="QKeySequence" comment="Rename the selected contact">F2</rename>
				<login-transport type="QKeySequence" comment="Log on to the selected transport">Ctrl+L</login-transport>
			</contactlist>
			<common comment="Common actions">
				<scroll-up type="QKeySequence" comment="Scroll up">Shift+PgUp</scroll-up>
				<scroll-down type="QKeySequence" comment="Scroll down">Shift+PgDown</scroll-down>
				<close type="QVariantList" comment="Close the current window/tab">
					<item type="QKeySequence">Esc</item>
					<item type="QKeySequence">Ctrl+W</item>
				</close>
				<history type="QKeySequence" comment="Open the message history">Ctrl+H</history>
				<user-info type="QKeySequence" comment="Show the user info of the contact">Ctrl+I</user-info>
			</common>
			<global comment="Shortcuts available from outside of the application">
				<event type="QKeySequence" comment="Receive incoming event"/>
				<toggle-visibility type="QKeySequence" comment="Show/hide the application"/>
				<bring-to-front type="QKeySequence" comment="Bring the application to front"/>
				<new-blank-message type="QKeySequence" comment="Send new message"/>
			</global>
			<message comment="Shortcuts in the message dialog">
				<send type="QVariantList" comment="Send the message">
					<item type="QKeySequence">Ctrl+Return</item>
					<item type="QKeySequence">Ctrl+Enter</item>
					<item type="QKeySequence">Alt+Return</item>
					<item type="QKeySequence">Alt+Enter</item>
				</send>
			</message>
			<status comment="Shortcuts in the status dialog">
				<set type="QVariantList" comment="Set the status message">
					<item type="QKeySequence">Ctrl+Return</item>
					<item type="QKeySequence">Ctrl+Enter</item>
					<item type="QKeySequence">Alt+Return</item>
					<item type="QKeySequence">Alt+Enter</item>
				</set>	
			</status>
			<service-discovery comment="Shortcuts in the service discovery dialog"/>
		</shortcuts>
		<contactlist>
			<hide-on-start type="bool">false</hide-on-start>
			<resolve-nicks-on-contact-add type="bool">false</resolve-nicks-on-contact-add>
			<use-toolwindow type="bool">false</use-toolwindow>
		</contactlist>
		<external-control>
			<adhoc-remote-control>
				<enable type="bool">false</enable>
			</adhoc-remote-control>
		</external-control>
		<iconsets>
			<custom-status/>
			<service-status/>
			<emoticons type="QStringList" >
				<item>default</item>
			</emoticons>
			<status type="QString">default</status>
			<system type="QString">default</system>
		</iconsets>
		<messages>
			<default-outgoing-message-type type="QString">chat</default-outgoing-message-type>
			<exclude-muc-from-ignore type="bool">true</exclude-muc-from-ignore>
			<force-incoming-message-type type="QString">no</force-incoming-message-type>
			<ignore-headlines type="bool">false</ignore-headlines>
			<ignore-non-roster-contacts type="bool">false</ignore-non-roster-contacts>
			<send-composing-events type="bool">true</send-composing-events>
			<send-inactivity-events type="bool">false</send-inactivity-events>
		</messages>
		<p2p>
			<bytestreams>
				<external-address type="QString"/>
				<listen-port type="int">8010</listen-port>
			</bytestreams>
		</p2p>
		<service-discovery>
			<enable-entity-capabilities type="bool">true</enable-entity-capabilities>
		</service-discovery>
		<status>
			<ask-for-message-on-offline type="bool">false</ask-for-message-on-offline>
			<ask-for-message-on-online type="bool">false</ask-for-message-on-online>
			<auto-away>
				<away-after type="int">10</away-after>
				<not-availible-after type="int">30</not-availible-after>
				<offline-after type="int">0</offline-after>
				<use-away type="bool">true</use-away>
				<use-not-availible type="bool">true</use-not-availible>
				<use-offline type="bool">false</use-offline>
			</auto-away>
			<last-message type="QString"/>
			<presets/>
		</status>
		<subscriptions>
			<automatically-allow-authorization type="bool">false</automatically-allow-authorization>
		</subscriptions>
		<vcard>
			<query-own-vcard-on-login type="bool">true</query-own-vcard-on-login>
		</vcard>
		<xml-console>
			<enable-at-login type="bool">false</enable-at-login>
		</xml-console>
		<media>
			<devices>
				<audio-output type="QString"/>
				<audio-input type="QString"/>
				<video-input type="QString"/>
			</devices>
		</media>
	</options>
	<accounts comment="Account definitions and options"/>
	<plugins comment="Plugin options"/>
</psi>