<?xml version="1.0" encoding="UTF-8"?>
<JaikuConfig>
  
  <!-- Plugin command configuration -->
  <!-- authLevel: ANY, ADMIN, MASTER, TRUSTED, NONE -->
  <commands>
    <!-- Command for checking the current presence of a jaiku user -->
    <commandCheckPresence authLevel="none">!jaiku</commandCheckPresence>
    <!-- Command for commenting on the last jaiku entry from a person. The comment
    	 will be sent using the jaiku-user account. -->
    <!-- The command format is "!comment nick comment" -->
    <commandComment authLevel="none">!comment</commandComment>

  </commands>
  
  <!-- Jaiku integration settings -->
  <!-- Polling frequency (in minutes) for one monitored entry -->
  <jaiku-poll-frequency>5</jaiku-poll-frequency>
  <!-- Jaiku username and personal key, needed to access non-public presence information -->
  <!-- If the username and key are not provided, the plugin can only access public information -->
  <jaiku-user>example</jaiku-user>
  <jaiku-personal-key>a38fbdb66b373bc0</jaiku-personal-key>
    
  <!-- Monitored Jaiku users. For each user the jaiku username and the irc nick are given -->  
  <jaikees>
    <jaikee>
      <user>petteri</user>
      <nick>Petteri</nick>
    </jaikee>
    <jaikee>
      <user>jyri</user>
      <nick>Jyri</nick>
    </jaikee>
  </jaikees>

</JaikuConfig>
