XMPP相关网站

整理了下收藏夹,还有部分未整理...

XMPP Standards Foundation

Jabber/XMPP中文翻译计划
看协议时可以参考,建议看英文,翻译的部分内容不大准确

XMPP Technologies Overview

XMPP Software

Servers

An XMPP server provides basic messaging, presence, and XML routing features. This page lists Jabber/XMPP server software that you can use to run your own XMPP service, either over the Internet or on a local area network.

暂时只用过Openfire和ejabberd,基于Openfire的二次开发的文档比较多,相关插件也比较多。

Openfire is a real time collaboration (RTC) server licensed under the Open Source Apache License. It uses the only widely adopted open protocol for instant messaging, XMPP (also called Jabber). Openfire is incredibly easy to setup and administer, but offers rock-solid security and performance.

Clients

An XMPP client is any software or application that enables you to connect to an XMPP for instant messaging with other people over the Internet. There are many free clients you can use to do this, for many different devices and operating systems.

很多已经停止开发了。

Libraries

Code libraries are available for many different programming languages, thus enabling developers to build a wide variety of XMPP-enabled applications.

Strophe:libraries for XMPP poets.
Strophe is a collection of libraries for speaking the XMPP protocol. While most XMPP libraries and implementations are focused on chat-based applications, Strophe takes a grander view. It has been used to implement real-time games, notification systems, search engines, as well as traditional instant messaging.

The implementations are production ready, well documented, easy to use, and easy to extend.

Strophe.js is available under the MIT license.

《XMPP高级编程——使用JavaScript和jQuery》这本书中使用了Strophe.js这个库(作者博客)

XMPP相关协议的Strophe插件实现:
【主】https://github.com/metajack/strophejs-plugins
https://github.com/ggozad/strophe.plugins

XMPP Extensions

分散式社交网络

相关博客

XMPP Jabber即时通讯开发实践:较多相关文章,但09年7月开始没有更新了。

Planet Jabber:Planet Jabber is an aggregate of personal weblogs of Jabber/XMPP developers and contributors.

http://blog.csdn.net/mindfloating/article/category/1095892

相关实现

如意通

cometchat

你可能感兴趣的:(XMPP)