A Java library that implements the AOL TOC protocol
Find a file
2024-08-16 23:15:56 +00:00
.github Update README.md 2024-08-16 23:15:56 +00:00
assets Upload files to "assets" 2024-08-16 23:15:15 +00:00
doc Add existing source + chat invite handling 2024-05-09 23:19:29 +01:00
src/com/wilko Implement remaining group chat responses 2024-05-10 12:46:39 +01:00
.editorconfig Format all code, add editorconfig 2024-05-10 00:32:34 +01:00
.gitignore Add existing source + chat invite handling 2024-05-09 23:19:29 +01:00
build.xml Format all code, add editorconfig 2024-05-10 00:32:34 +01:00
jaimlib.iml Format all code, add editorconfig 2024-05-10 00:32:34 +01:00
LICENSE Add existing source + chat invite handling 2024-05-09 23:19:29 +01:00
README.md Update README.md 2024-08-16 23:15:56 +00:00
TODO.md Implement remaining group chat responses 2024-05-10 12:46:39 +01:00


A fork of [Jaim](https://jaimlib.sourceforge.net/), a Java library that implements the AOL TOC protocol.

This fork features various improvements on the original Jaim:

  • Support for chat invites

Original README

Readme.txt for Jaimlib
----------------------

For an example of how to use Jaimlib see src/com/wilko/jaimtest/JaimTest.java

You can run the example using:

java -jar lib/jaimtest.jar <screenname> <password>

Use ctrl-c to end the test

For more information see http://jaimlib.sourceforge.net

wilko@users.sourceforge.net