I am developing an Android application where it needs to integrate social chat like yahoo and msn. I have searched for the implementation of both yahoo and msn but nothing got succeeded yet. Can anybody kindly suggest any links or any tutorials available, where I can get the correct idea for implementing yahoo or msn chats. Thanks...
Android Yahoo/MSN Chat Implementation
936 views Asked by Basil At
3
There are 3 answers
0
On
You can use opensource msn sdk for retrieving auth token. Here is the git repo https://github.com/liveservices/LiveSDK-for-Android
This will help you up to some extent for msn integration.
0
On
To implement yahoo messenger chat in your android application, you have to use yahoo IM SDK in your project given here http://developer.yahoo.com/messenger/guide/
All other projects are dead. And above given implementation works very much fine. You can try this library given at GIT https://github.com/aldrinm/messenger-sdk.
There is an implemetation of jYMSG (http://jymsg9.sourceforge.net/) for android here (only the source code inside a svn repo): http://code.google.com/p/aymsg/ .
This one is a more secure implementation of MSN for Android http://code.google.com/p/galoula-messenger-http/ . Same problem, no documentation, only source code.
They worked for me with some minor changes, I hope it will give you a correct idea of what to do.