Can I create a Hangout "client" program? (kind of Google TalkAbout)

As stated in the Google Talk for Developers site, you can use the provided APIs to build a client that connects to the Google Talk service.

I would like to know if it's possible (or it will be in the near future) to build a similar client to the google hangouts.

What we pretend is to build something similar to cloud print, that provides printing services to the cloud, but for audio/video streaming: a camera and microphone would replace the printer.

Thanks a lot.


Talk and all the XMPP stuff is going to be put down soon.

The new Hangouts infrastructure is proprietary. It only has API to integrate Hangouts into web pages and applications, but no API or protocol to create an alternative Hangouts client software.


https://github.com/tdryer/hangups is a library that does exactly that, with a command-line client for Linux.

https://github.com/xmikos/qhangups is a PyQt-based cross-platform app that aims to provide an open-source alternative to the Chrome-based official desktop app. Unfortunately it's not working at the time of posting, but the author is investigating the issue.

链接地址: http://www.djcxy.com/p/70334.html

上一篇: 从Google App Engine设置Google Talk状态(通过身份验证)

下一篇: 我可以创建环聊“客户”计划吗? (Google Talk的一种)