Open Source XMPP server for IM

I would like to build Instant Messaging service for my company. I have got familiar with XMPP from this book. Now I would like to play with some open source existing XMPP servers and build Instant Messaging service. Can you recommend any open source XMPP web servers.

PS: I am new to XMPP and Instant Messaging, so any recommendation regarding XMPP and IM will be helpful.

Thanks



Recommend openfire as XMPP server and install candy-chat as web interface.

it give freedom to the end-user to choose any xmpp client like pidgin or just directly using web interface.

Candy also provides lots of plugins to extend.


If you familiar with java I suggest you this two.

  • openfire - Written in java. Easy to use and write new plugins. Good documentation and lot of available plugins. Has good admin panel
  • Tigase - Written in java. Very good performances, Mobile optimizations, easy to write plugins.
  • Both are easy to install and setup. If you have to quick test how it works I suggest you to install openfire and play around with it.

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

    上一篇: 在公共XMPP服务器上创建jabber标识

    下一篇: IM的开源XMPP服务器