Ryan
Ryan

Reputation: 133

XMPP Chatroom client via AJAX?

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!

Upvotes: 1

Views: 4272

Answers (2)

Gjorgji Tashkovski
Gjorgji Tashkovski

Reputation: 1983

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.

Upvotes: 0

Jonathan Hall
Jonathan Hall

Reputation: 79744

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?

Upvotes: 2

Related Questions