qtmeetings sources to Maemo garage
[qtmeetings] / tests / QtMeetings.conf
1 <?xml version="1.0" encoding="UTF-8"?>
2 <configuration password="admin" >
3
4         <connection>
5                 <serverurl>jklexch01.ixonos.com</serverurl>
6                 <username>username</username>
7                 <password>password</password>-->
8                 <!-- interval is interpreted in seconds -->
9                 <refreshinterval>65</refreshinterval>
10         </connection>
11
12         <startup>
13                 <powersaving enabled="false" on="08:00" off="17:00" />
14         </startup>
15
16         <display>
17                 <!-- only 5 or 7 days-long weeks are supported -->
18                 <schedule>
19                         <week days="5" />
20                         <day startsat="08:00" endsat="17:00" />
21                 </schedule>
22                 <!-- date and time format strings must be compatible with Qt's QDateTime formatting  -->
23                 <dateformat>ddd dd MMM</dateformat>
24                 <timeformat>hh:mm</timeformat>
25         </display>
26
27     <rooms>
28                 <room>
29                         <name>Pegasus</name>
30                         <address>meetingroom.pegasus_jyv@ixonos.com</address>
31                 </room>
32                 <room default="true">
33                         <name>Taurus</name>
34                         <address>meetingroom.taurus_jyv@ixonos.com</address>
35                 </room>
36                 <room>
37                         <name>Hercules</name>
38                         <address>meetingroom.hercules@ixonos.com</address>
39                 </room>
40         </rooms>
41
42         <!-- language code must be in ISO 3166-1 alpha-2 standard -->
43         <language code="EN" />
44
45 </configuration>