Android 雅虎/MSN 聊天实现
我正在开发一个Android应用程序,它需要集成像yahoo和msn这样的社交聊天。我搜索了 yahoo 和msn 但还没有成功。任何人都可以建议任何可用的链接或任何教程,在那里我可以获得实现 yahoo 或 msn 聊天的正确想法。谢谢...
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...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
这里有一个适用于 android 的 jYMSG (http://jymsg9.sourceforge.net/) 实现(仅 svn 存储库中的源代码): http://code.google.com/p/aymsg/ 。
这是 Android 版 MSN 的一种更安全的实现 http://code.google.com /p/galoula-messenger-http/ 。同样的问题,没有文档,只有源代码。
他们为我做了一些小的改变,我希望它能让你正确地了解该怎么做。
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.
您可以使用开源 msn sdk 来检索身份验证令牌。
这是 git 存储库 https://github.com/liveservices/LiveSDK-for-Android
这将在一定程度上帮助您整合msn。
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.
要在 Android 应用程序中实现 yahoo Messenger 聊天,您必须在此处给出的项目中使用 yahoo IM SDK http: //developer.yahoo.com/messenger/guide/
所有其他项目都死了。上面给出的实现工作得非常好。您可以尝试 GIT https://github.com/aldrinm/messenger-sdk 上提供的这个库。
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.