1. 开源聊天工具分类
http://www.open-open.com/52.htm
2. 视频通话和聊天工具Jitsi
http://www.open-open.com/open324452.htm
该项目主页:http://jitsi.org/index.php/Main/SideBar
3. Source Code:
You have several ways to explore the latest sources for Jitsi.
Browse through the web repository
GitHub provides a way to browse the Git repository online.
Check out source code with a Git client
Using a command line client execute:
git clone https://github.com/jitsi/jitsi.git |
Feel free to use your favorite Git client to obtain the source code from the same URL.
Check out source code using an SVN client
Using a command line subversion client excecute:
svn checkout https://github.com/jitsi/jitsi.git |
Note that this is a read-only repository only. If you one day become a Jitsi committer you would need to switch to Git.
Download a source snapshot from stable release (or a nightly snapshot)
4. developer documents
https://jitsi.org/Documentation/DeveloperDocumentation
5. Reference documents
http://www.cnblogs.com/yourihua/archive/2012/07/07/2580147.html