From a1dff2cb8d33b17bc5981f1638cd50266713e98f Mon Sep 17 00:00:00 2001 From: Frankie B Date: Thu, 9 May 2024 23:19:29 +0100 Subject: Add existing source + chat invite handling --- .github/README.md | 24 ++++++++++++++++++++++++ .github/changes.txt | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 56 insertions(+) create mode 100644 .github/README.md create mode 100644 .github/changes.txt (limited to '.github') 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 + +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 diff --git a/.github/changes.txt b/.github/changes.txt new file mode 100644 index 0000000..37f5456 --- /dev/null +++ b/.github/changes.txt @@ -0,0 +1,32 @@ +Version 0.5 - 27/04/2002 +======================== +Added keepalive sending & timeout detection. This vastly improves connection +stability. +Added additional methods for buddy groups based on patch from Jon Madison + +Version 0.4 - 11/02/2002 +======================== +Added support for retrieving config from the server +Added support for storing config on the server +JaimConnection now supports multiple event listeners +Added support for Permit lists +Added getErrorDescription implementation to ErrorTocResponse +Fixed an error in the parsing of Error TOC responses +Added LoginComplete and ConnectionLost Toc responses +Event notification to listeners is now asynchronous to the main JaimConnection +thread + +Version 0.3 - 15/07/2002 +======================== +Turned off debugging messages by default +Changed behaviour of addBuddy - it now works after signon (Thanks James) +Changed behaviour of login - it now throws an exception if login fails + +Version 0.2 - 31/05/2002 +======================== +Added send rate limiting to sendIM() +Fixed a bug in the normalise function (Thanks Akom) + +Version 0.1 - 08/05/2002 +======================== +Initial release -- cgit v1.2.3-54-g00ecf