2024-08-16 23:13:27 +00:00
|
|
|
<img src="https://git.frzn.dev/fwoppydwisk/Jaim/raw/branch/master/assets/logo.svg" alt="" height="100" align="center"/>
|
|
|
|
<hr>
|
2024-08-16 23:16:31 +00:00
|
|
|
A fork of <a href="https://jaimlib.sourceforge.net/">Jaim</a>, a Java library that implements the AOL TOC protocol.
|
2024-05-09 22:19:29 +00:00
|
|
|
|
|
|
|
This fork features various improvements on the original Jaim:
|
2024-05-09 23:32:34 +00:00
|
|
|
|
2024-05-09 22:19:29 +00:00
|
|
|
- Support for chat invites
|
|
|
|
|
|
|
|
## Original README
|
2024-05-09 23:32:34 +00:00
|
|
|
|
2024-05-09 22:19:29 +00:00
|
|
|
```
|
|
|
|
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
|
2024-05-09 23:32:34 +00:00
|
|
|
```
|