aboutsummaryrefslogtreecommitdiff
path: root/.github/README.md
diff options
context:
space:
mode:
authorFrankie B <git@diskfloppy.me>2024-05-09 23:19:29 +0100
committerFrankie B <git@diskfloppy.me>2024-05-09 23:19:29 +0100
commita1dff2cb8d33b17bc5981f1638cd50266713e98f (patch)
tree6162d8b8ef5a60ed988320c608b7da6396d08ff2 /.github/README.md
Add existing source + chat invite handling
Diffstat (limited to '.github/README.md')
-rw-r--r--.github/README.md24
1 files changed, 24 insertions, 0 deletions
diff --git a/.github/README.md b/.github/README.md
new file mode 100644
index 0000000..e1178be
--- /dev/null
+++ b/.github/README.md
@@ -0,0 +1,24 @@
+# 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
+``` \ No newline at end of file