vote up 0 vote down star
1

Where can I get a free Jabber server to run on my web server?

I was looking at a website, and they had a live chat on their site and it seemed to be using a Jabber server on the backend, and they were passing Jabber XML requests every n seconds via AJAX to pull in messages.

flag

22% accept rate
1  
A free server is here: igniterealtime.org/projects/openfire/…. The other questions that may arise in this regard will be programming related, I guess. ;-) – Tomalak May 27 at 15:38

closed as not programming related by Roger Lipscombe, Harper Shelby, Tomalak, Peter Hilton, Rich B May 27 at 18:38

1 Answer

vote up 0 vote down

Openfire is a real time collaboration (RTC) server licensed under the Open Source GPL. 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.

link|flag

Not the answer you're looking for? Browse other questions tagged or ask your own question.