ships
ships

Reputation:

Yahoo messenger API for Java

I want to connect to Yahoo messenger through a Java API. I'm using the jYMSG API, but now I'm not able to connect to Yahoo messenger as I'm getting the error "Use updated version". I'm using the jYMSG 6 API. What should I do?

Upvotes: 0

Views: 1939

Answers (3)

Zappi
Zappi

Reputation: 451

Yahoo changed the messenger protocol and jYMSG API seems to be a dead project.

Look at http://sourceforge.net/projects/openymsg/ which is a fork of jYMSG.

Upvotes: 0

Jared Russell
Jared Russell

Reputation: 11332

Go to the jymsg homepage, click the "Downloads" link on the left side and there's a file called "ymsg_code_jars_v0_64.zip" which I assume contains the JAR's you're looking for.

Upvotes: 0

Svante
Svante

Reputation: 51501

Just googling for "jymsg" seems to suggest that the current version is about 10. This is also consistent with the error message. You should do what it says: use a newer version.

Upvotes: 1

Related Questions