首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > Java > yahoo-to-http-bridge

yahoo-to-http-bridge

  • 资源大小:14.60 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签:

资 源 简 介

Yahoo! Messenger (YM) to HTTP server bridge is small application that act as YM client and send each incoming message to another application using HTTP protocol and send the response back to YM. Typical use of this application is if you want to interface your existing application with YM. Get the files Checkout the source tree as described in "Source" tab. Or simply download the jar file on right link. You might need to get latest ymsg_network.jar from http://openymsg.blathersource.org/ Compile the sources Here is what I do to compile the java files javac -cp lib/ostermillerutils_1_07_00.jar;lib/ymsg_support_v0_64.jar; lib/ymsg_network_v0_66.jar;lib/commons-logging-1.0.3.jar; lib/httpcore-4.0-beta3.jar;lib/httpclient-4.0-beta2.jar;. com/akorena/app/bridge/Yahoo.java or, if you use maven to build jar file mvn package To install ymsg_network.jar manually, do
VIP VIP
0.191102s