12日晚遭遇的调试postfix/smtpd的问题 中国移动送话费了~
Dec 16
作者: 肖建彬 | 可以转载, 转载时务必以超链接形式标明文章原始出处和作者信息及版权声明
网址:http://www.xiaojb.com/archives/it/libjingle_googl.shtml

http://code.google.com/apis/talk/index.html

Libjingle is a set of components provided by Google to interoperate with Google Talk’s peer-to-peer and voice calling capabilities. The package includes source code for Google’s implementation of Jingle and Jingle-Audio, two proposed extensions to the XMPP standard that are currently available in experimental draft form.

We are releasing this source code as part of our ongoing commitment to promoting consumer choice and interoperability in Internet-based real-time-communications. The Google source code is made available under a Berkeley-style license, which means you are free to incorporate it into commercial and non-commercial software and distribute it.

In addition to enabling interoperability with Google Talk, there are several general purpose components in the library such as the P2P stack which can be used to build a variety of communication and collaboration applications. We are eager to see the many innovative applications the community will build with this technology.

Below is a summary of the individual components of the library. You can use any or all of these components.

base - Low-level portable utility functions.
p2p - The p2p stack, including base p2p functionality and client hooks into XMPP.
session - Phone call signaling.
third_party - Non-Google components required for some functionality.
xmllite - XML parser.
xmpp - XMPP engine.

Leave a Reply