-
jYMSG releases new v0.59 version
Work on the upcoming v0.6 of jYMSG has continued in fits and starts. It will boast more new features than any previous update. Because of the scope of some of the changes (identities for example, which impact on a large part of the protocol and API) a pre-v0.6 source only version is now available for developers to play with and comment on.
The 251k zip file is located here:
http://jymsg9.sourceforge.net/ymsg_code_source_v0_59.zip
Feedback should be submitted via the project site:
http://sourceforge.net/projects/jymsg9/
2004-09-21 16:54:21 UTC by javakiddy
-
Normal Service is Resumed
The API can now log into Yahoo once more. Both old and new methods of authentification encoding are now supported (whew!!!)
Please report any problems via the usual channels...
2003-09-29 19:22:24 UTC by javakiddy
-
URGENT - Upgrading the API for Sept 24th 2003
Yahoo have recently started to send out messages to its IM users, asking them to upgrade to the latest version before 24th September 2003, when they hint they will disable support for older protocols.
This API may be affected by these changes. To the best of my knowledge the API is already compliant with the latest protocol - except for the protocol number in the header.
To fix this, edit the NetworkConstants.java file and change the 0x09 byte at the start of the two header arrays to 0x0a .
2003-09-13 13:25:26 UTC by javakiddy
-
Version 0.3 details
I've had little time to update jYMSG9 over the last few months. I've been checking up on the bugs which have been posted, and fixing as many as I can (thankyou to all those people who actually posted suggested code changes - that makes my life a LOT easier!)
The new version (if it ever arrives) will feature...
- A better test client. Let's face it, the old one was creaking, so this one has a much more flexible interface, and is less confusing.
- UTF-8 support... thanks to the bug fix posted elsewhere.
- Basic chatroom support. Still working on this, with limited success. Lots of testing and head-scratching still to come though!
- Buzz support. Yup - now you can annoy the hell out of everyone by sending (and receiving) buzz messages. Thankfully the API doesn't insist you giggle you client's IM window. :-)
When will it be available??? Who knows. I've been very busy of late, but I'll try and devote as much time as I can. Meanwhile keep the suggestions and bug fixes coming.
2003-08-22 11:17:44 UTC by javakiddy
-
Minor revisions to v0.2
Spotted some interesting bugs in V0.2 after I uploaded it to sourceforge - one of them meant that the default constructor would always fail (how that got through testing I'll never know!)
Rather than create a new release, as the changes were rather minor, I've replaced the files in the current 0.2 with new 0.21 versions, and deleted the originals.
2003-04-17 15:20:19 UTC by javakiddy