<?xml version="1.0"?>
<conf> 
 <main 
  version='SIMPLE_APPLET' 
  style='TABBED' 
  orientation="HORIZONTAL"
  floatable="TRUE"
  position="BOTTOM"/>

 <plugins>
  <plugin 
   name='ROSTER' 
   class='net.webjabber.wcs.ui.RosterController'
   style='DAEMON' 
   resizable = 'TRUE'
   x='200' y='100' width='300' height='400'>
   <toolbar position="BOTTOM"/>
  </plugin> 
  <plugin 
   name='CHAT' 
   class='net.webjabber.wcs.ui.plugins.ChatController'
   style='DAEMON'
   resizable = 'TRUE'
   x='center' y='top' width='400' height='300'>
   <toolbar position="TOP"/>
   <chat style='MAIN' x='200' y='100' width='400' height='300'/>
  </plugin> 
 </plugins>

 <!--
  this is big part
  need define a macro language, 
  $NODE
  $RANDOM
  how to pass parameter here????
  // simple command first, based on requirement, we will add macro language 
  INVITE:jid, room, password(reason)
 -->
 <batch>
  <command plugin="CHAT" code='CHAT' jid='webjabber@gmail.com'>
    <online>You are lucky, webjabber is online now! You can chat with him.</online>
    <offline>webjabber is offline. Please leave a offline message or send email to webjabber@gmail.com</offline>
  </command>
 </batch>
</conf>
