aboutsummaryrefslogtreecommitdiff
path: root/.github/README.md
blob: cb10842438ab84d1bf9dee172fd0947131a7640e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Jaim

This is 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
```