-------------------------------------------------
PROJECT:       JTalker
HOMEPAGE:      http://www.chrm.info
AUTHOR:	       Christoph Maciejewski <chrmac@gmx.de>
LICENCE:       GPL v2
JAVA-VERSION:  1.4+ (1.5 is recommended)
-------------------------------------------------


1) Start Server:
$ java -jar jtalkerserver [-p PORT_NUMMER] [-x PLUGIN_DIR/] [-w WORKING_DIR/] [-s|--ssl] [-h|--help] [-l LOGFILE]

or use the "start_server.sh" shell script!

Server generates an XML file (users.xml) which includes all registered users
This file looks like this:

<users>
   <global_user name="test" passwd="a8991ff9cefe4f58b7191c5158ef3011" />
   ...
</users>

"passwd" is a MD5 checksum of the user password.
This file should be existing in the given WORKING_DIR, otherwise (if -w is not set) it will be generated in the current working directory.

If you wont to use SSL (secure connection between client and server) so you must generate a keystore first.
See "start_server.sh" for the command line params needed for SSL!


2) Start Client:
$ java -jar jtalkerclient.jar

The client saves all settings in ~/.jtalker.conf



Have a lot of fun!
ChrM.
