Anyone know Yahoo Messenger Http Request?

左心房为你撑大大i 提交于 2019-12-08 08:34:29

Look at how http://www.pidgin.im/ is doing it. There should be a library with all the code used for working with yahoo there. You might want to use their libpurple ( http://developer.pidgin.im/wiki/WhatIsLibpurple ) library, as its free and i guess easy to use(never used it though)

You can use Wireshark to study the protocol. Although, I think that there must be something about this on the internet.. have you google for yahoo messenger web protocol?

Savitru

You can use this library of IM SDK Yahoo.

Here all the code for sending messages, receiving messages is given. You can import contacts and everything associated with it.

This library is in java. https://github.com/aldrinm/messenger-sdk

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!