Logo
IT Dienstleistungen

XML Konfiguration

Server

<?xml version="1.0" encoding="UTF-8"?>
 
<!--
    Document: config-server.xml
    Created on: 3. April 2010, 23:58
    Author: tnt
    Description: Purpose of the document follows.
-->
 
<lecturate>
    <service type="microblog" status="denabled">
        <name>Twitter</name>
        <url>http://www.twitter.com</url>
        <username>lecturate</username>
        <password>lecturate2010</password>
        <ssl>true</ssl>
    </service>
    <service type="microblog" status="denabled">
        <name>Identi.ca</name>
        <url>http://www.identi.ca/api/</url>
        <username>lecturate</username>
        <password>lecturate</password>
        <ssl>true</ssl>
    </service>
    <service type="sms" status="disabled">
        <!-- [TODO] -->
    </service>
    <service type="www" status="disabled">
        <!-- [TODO] -->
    </service>
    <service type="email" status="enabled">
        <name>lecturate@krischer.org</name>
        <imapserver>imap.1und1.de</imapserver>
        <imapport>143</imapport>
        <imapauth>text</imapauth>
        <imapuser>lecturate@krischer.org</imapuser>
        <imappass>lecturate</imappass>
        <imaptls>true</imaptls>
        <smtpserver>smtp.1und1.de</smtpserver>
        <smtpport>25</smtpport>
        <smtpauth>plain</smtpauth>
        <smtpuser>lecturate@krischer.org</smtpuser>
        <smtppass>lecturate</smtppass>
        <smtptls>true</smtptls>
    </service>
    <service type="xmpp" status="denabled">
        <name>lecturate@jabberim.de</name>
        <username>lecturate@jabberim.de</username>
        <password>lecturate2010</password>
        <url>jabberim.de</url>
        <port>5222</port>
    </service>
    <service type="xmpp" status="enabled">
        <name>lecturate@mannitalks.ath.cx</name>
        <username>lecturate@mannitalks.ath.cx</username>
        <password>lecturate2010</password>
        <url>mannitalks.ath.cx</url>
        <port>5222</port>
    </service>
    <attribute id="1">
        <key>l</key>
        <name>Lautstärke</name>
        <high>zu laut</high>
        <low>zu Leise</low>
        <init>5</init>
    </attribute>
    <attribute id="2">
        <key>g</key>
        <name>Geschwindigkeit</name>
        <high>zu schnell</high>
        <low>zu langsam</low>
        <init>5</init>
    </attribute>
    <attribute id="3">
        <key>v</key>
        <name>Verständlichkeit</name>
        <high>zu komplex</high>
        <low>zu simpel</low>
        <init>5</init>
    </attribute>
    <config>
        <hashkey length="4" />
        <frequency poll="1" />
        <xmpp>
            <username>lecServer@mannitalks.ath.cx</username>
            <password>lecturate2010</password>
            <url>mannitalks.ath.cx</url>
            <port>5222</port>
        </xmpp>
    </config>
</lecturate>

Client

<lecturate>
  <account>
    <name>dozent@mannitalks.ath.cx</name>
    <username>dozent</username>
    <password>lecturate2010</password>
    <url>mannitalks.ath.cx</url>
    <port>5222</port>
  </account>
  <server>
    <xmppID>lecserver@mannitalks.ath.cx</xmppID>
  </server>
  <interface>
    <color id="5">#008000</color>
    <color id="6">#96c800</color>
    <color id="7">#c88000</color>
    <color id="8">#c87d00</color>
    <color id="9">#ff0000</color>
  </interface>
</lecturate>

Seiten-Werkzeuge