1
votes

I'm using Openfire as an XMPP server, and it seems to be working great; the interface is also really nice.

Now I need a basic AJAX client so I can make a basic chat room (group chat) for a page. I keep hearing about Strophe.js, but see NO examples on coding with it, and I also don't want to code something from scratch.

I'm looking for complete/premade projects. I am also open to purchasing something, if need be. I am NOT looking for a user->user chat, I want a group chat via XMPP.

Thanks in advance!

2

2 Answers

2
votes

Did you look at the dozen or more web-based clients at the official XMPP site, to see if any of them meet your needs?

0
votes

http://professionalxmpp.com/ is a book I highly recommend. You will find very practical examples of Strophe library usage. I'm sure you will find the right solution in no time.