<?xml version="1.0"?>
<conf> 
 <!--
  version= HTML | RICH_HTML | SIMPLE_APPLET | RICH_APPLET | APPLICATION
  style = TABBED | TOOLBAR | HIDDEN
  message = NONE | (TEXT | SOUND )
     name, text, audio, 
     target: TRAY, ACTIVE, BAR
  width, height = 
      HTML,RICH_HTML version : html style, pass to new window, if window=NEW setted  
      SIMPLE_APPLET, RICH_APPLET version : html style, pass to width and height of <APPLET> 
      APPLICATION : main window size;
      
  window = NEW | CURRENT
  toolbar: x,y, orientation(HORIZONTAL|VERTICAL), floatable="TRUE|FALSE" position="LEFT|RIGHT|CENTER|LEADING|TRAILING"
  tab: position="LEFT|RIGHT|TOP|BOTTOM"
 -->

 <main version='SIMPLE_APPLET' style='TABBED' position="BOTTOM">
   <messages>
      <message name="error" text="key" audio="sounds/error.au"/>
   </messages>
 </main>
 
 <!--
	//class, isInBase, isPopup, parameters
    style = DOCK | FLOAT| WINDOW | HIDDEN | DAEMON | MAIN ( main must be HIDDEN, if you set multiple MAIN, active one will be )
    x,y,width, height
     x="left|right|center|nnn"
     y="top|bottom|center|nnn"
     width="minimize|maximize|nnn"
     height="minimize|maximize|nnn"
       if x&y ==min > icon
          x&y ==max > maximize
          min&max or max|min illegal 
    element: 
       toolbar: position="LEFT|RIGHT|TOP|BOTTOM" resizable="TRUE|FALSE" 
       others...: style, position resizable ...
    message: none | info | error
 -->
 <plugins style="TABBED">
  <plugin 
   name='ROSTER' 
   class='net.webjabber.wcs.ui.RosterController'
   style='DOCK' 
   resizable = 'TRUE'
   x='200' y='100' width='300' height='400'>
   <messages>
      <message name="online" text="msg_ONLINE" target="TRAY"/>
      <message name="offline" text="msg_OFFLINE" target="TRAY"/>
   </messages>
   
   <toolbar position="BOTTOM"/>
  </plugin> 
  <plugin 
   name='CHAT' 
   class='net.webjabber.wcs.ui.plugins.ChatController'
   style='DOCK'
   resizable = 'TRUE'
   x='center' y='top' width='400' height='300'>
   <toolbar position="TOP" alignment="TRAILING"/>
   <chat style='DOCK' x='200' y='100' width='400' height='300'/>
   <messages>
      <message name="new" text="msg_NEW" target="TRAY"/>
   </messages>
  </plugin> 
  <plugin 
   name='MUC' 
   class='net.webjabber.wcs.ui.plugins.muc.MUCController'
   style='DOCK'
   resizable = 'TRUE'
   x='center' y='top' width='400' height='300'>
   <toolbar position="TOP" alignment="TRAILING"/>
   <groupchat style='DOCK' x='200' y='200' width='500' height='300'/>
   <messages>
      <message name="new" text="msg_NEW" target="TRAY"/>
   </messages>
  </plugin> 
   
  <plugin 
   name='MESSAGE' 
   class='net.webjabber.wcs.ui.plugins.MessageController'
   style='DOCK'
   resizable = 'TRUE'
   x='center' y='top' width='400' height='300'>
   <toolbar position="TOP" alignment="TRAILING"/>
   <instant x='200' y='200' width='500' height='300' style='DOCK'/> 
   <messages>
      <message name="new" text="msg_NEW" target="TRAY"/>
   </messages>
  </plugin> 
  <plugin 
   name='HEADLINE' 
   class='net.webjabber.wcs.ui.plugins.HeadlineController'
   style='DOCK'
   x='200' y='200' width='500' height='300'>
   <toolbar position="TOP" alignment="TRAILING"/>
   <instant x='200' y='200' width='500' height='300' style='DOCK'/> 
   <messages>
      <message name="new" text="msg_NEW" target="TRAY"/>
   </messages>
  </plugin> 
   
  <plugin 
   name='INVATATION' 
   class='net.webjabber.wcs.ui.plugins.muc.InvitationController'
   style='DOCK'
   x='200' y='200' width='500' height='300'>
   <toolbar position="TOP" alignment="TRAILING"/>
   <instant x='200' y='200' width='500' height='300' style='DOCK'/> 
   <messages>
      <message name="new" text="msg_NEW" target="TRAY"/>
   </messages>
  </plugin> 
   
   
  <plugin 
   name='FILE' 
   class='net.webjabber.wcs.ui.plugins.FileControllerAppletImp'
   style='DOCK'
   x='200' y='200' width='500' height='300'>
   <toolbar position="TOP" alignment="TRAILING"/>
   <instant x='200' y='200' width='500' height='300' style='DOCK'/> 
   <messages>
      <message name="new" text="msg_NEW" target="TRAY"/>
   </messages>
  </plugin> 
   
  <plugin 
   name='PRESENCE' 
   class='net.webjabber.wcs.ui.plugins.PresenceController'
   style='DOCK'
   x='200' y='200' width='500' height='300'>
   <toolbar position="TOP" alignment="TRAILING"/>
   <instant x='200' y='200' width='500' height='300' style='DOCK'/> 
   <messages>
      <message name="new" text="msg_NEW" target="TRAY"/>
   </messages>
  </plugin> 

  <plugin 
   name='THEME' 
   class='net.webjabber.wcs.ui.plugins.ThemeController'
   style='DOCK'
   x='center' y='200' width='500' height='300'>
   <toolbar position="TOP" alignment="TRAILING"/>
   <instant x='200' y='200' width='500' height='300' style='DOCK'/> 
   <messages>
      <message name="new" text="msg_NEW" target="TRAY"/>
   </messages>
  </plugin> 
   
 </plugins>

 <!--
  this is big part
  need define a macro language, 
 -->
 <batch>
  
 </batch>
</conf>
