<config>

  <!-- account information to connect with Jabber -->
  <jabber>
    <server>localhost</server>
    <username>notify</username>
    <password>secret</password>
    <resource>mood_monitor</resource>
  </jabber>

  <!-- database information -->
  <database>
    <name>mydb</name>
  </database>

</config>

<!-- vim: set et ts=2: -->

