Anyone know Yahoo Messenger Http Request?

主宰稳场 提交于 2019-12-23 02:52:07

问题


see yahoo messenger client can running in http request mode and their webmessenger do the same, have anyone know details about "this protocol", login request, send message request, receive message etc..., thanks


回答1:


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)




回答2:


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?




回答3:


You can use this: http://developer.yahoo.com/messenger/guide/chapterintrotomessengersdk.html




回答4:


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



来源:https://stackoverflow.com/questions/453206/anyone-know-yahoo-messenger-http-request

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