6.1.4 Release 0.1d4
This release is tested with Java 1.3.1.  The features dependant on Java 1.4 have been replaced with open source alternatives or rewritten
More non-IM specific features moved into ChatDispatcher.
The IMsimulator object allows a command line simulation of the Digital PA
Test Data for the directory has been created. The test data works for the All Tests.java JUnit test environment and the IMsimulator
Command line test
An object to run a simulated chat from the command line would be good for basic testing.
Test Data
Test Data for the directory has been created. The test data works for the All Tests.java JUnit test environment and the IMsimulator
Logging
Logging taken out of the top level object, IMDispatcher. 
The Apache project, Log4j is now used for logging replacing the (very similar) Java 1.4 logging.  Log4j is not using a configuration file.  The logging is to the console and a log file by default.  The jar file required is log4j-1.2.9.jar
For more information on Log4j visit the site: http://logging.apache.org/log4j/docs
Xerces
Xerces is now used for SAX XML parsing to allow compatiblity with Java 1.3.1.  The required jar file is xmlParserAPIs.jar