qtmeetings sources to Maemo garage
[qtmeetings] / QtMeetings.conf
diff --git a/QtMeetings.conf b/QtMeetings.conf
new file mode 100644 (file)
index 0000000..7066087
--- /dev/null
@@ -0,0 +1,57 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<configuration password="admin" >
+
+       <connection>
+               <!-- TEST SERVER DATA-->
+               <!--<serverurl>192.168.0.35</serverurl>
+               <username>maemo</username>
+               <password>P@ssw0rd</password>-->
+               <serverurl>jklexch01.ixonos.com</serverurl>
+               <username></username>
+               <password></password>
+               <!-- interval is interpreted in seconds -->
+               <refreshinterval>60</refreshinterval>
+       </connection>
+
+       <startup>
+               <powersaving enabled="true" on="08:00" off="17:00" />
+       </startup>
+
+       <display>
+               <!-- only 5 or 7 days-long weeks are supported -->
+               <schedule>
+                       <week days="5" />
+                       <day startsat="08:00" endsat="17:00" />
+               </schedule>
+               <!-- date and time format strings must be compatible with Qt's QDateTime formatting  -->
+               <dateformat>ddd dd MMM</dateformat>
+               <timeformat>hh:mm</timeformat>
+       </display>
+
+    <rooms>
+               <!-- TEST SERVER DEFAULT ROOM
+               DO NOT FODGET TO DELETE THE DEFAULT="TRUE" ATTRIBUTE OF TAURUS
+               -->
+               <room>
+                       <name>TestRoom</name>
+                       <address>meetingroomtest@test.local</address>
+               </room>
+               
+               <room>
+                       <name>Pegasus</name>
+                       <address>meetingroom.pegasus_jyv@ixonos.com</address>
+               </room>
+               <room default="true">
+                       <name>Taurus</name>
+                       <address>meetingroom.taurus_jyv@ixonos.com</address>
+               </room>
+               <room>
+                       <name>Hercules</name>
+                       <address>meetingroom.hercules@ixonos.com</address>
+               </room>
+       </rooms>
+
+       <!-- language code must be in ISO 3166-1 alpha-2 standard -->
+       <language code="EN" />
+
+</configuration>