I am looking for some library that will help me connect to IM networks through a Java program.
My requirement is as follows:
- User should be able to login, retrieve friend list, and able to send messages to his friends
- Messages should be delivered to offline friends too.
I have done some research about lib-purple. But its not written in Java. Is there any Java wrapper available for the same, so that I can use it with a Java program ?? Or some libpurple plugin that can be used with an XMPP server ?? Or is there any other solution.
Thanks Aneez
PS:
I have tried Openfire XMPP server in conjuction with the IM Gateway Plugin (also tried the Kraken IM Gateway Plugin too). It does not deliver offline messages to MSN and AIM friends (works fine for Yahoo and GTalk).
I have also tried the following libraries and found that they too do not support message delivery to offline friends
- Java MSN Library
- jYMSG (for Yahoo)
- DAIM (for AIM)