16

Is there any XMPP web client except SparkWeb and JWChat?

blue123
  • 2,937
  • 7
  • 27
  • 29

6 Answers6

14

I'd recommend, you can use strophejs.

The examples of the Professional XMPP development with jQuery are very interesting.

Especially the chapter 6 application, which is a ... chat client.

Eric
  • 2,706
  • 18
  • 18
10

There is also Jappix, which is a fresh new social-oriented XMPP web-client. You can test it here: http://www.jappix.com/ and get it on the project website (it's open source!).

Vanaryon
  • 101
  • 1
  • 3
2

Check out Candy - a pure JavaScript client for XMPP.

pstadler
  • 1,993
  • 1
  • 14
  • 24
1

There is a GWT based client called ijab. http://code.google.com/p/ijab/

optixx
  • 2,110
  • 3
  • 16
  • 16
1

Did you look here ? http://xmpp.org/xmpp-software/clients/

Flow
  • 23,572
  • 15
  • 99
  • 156
Romain Hippeau
  • 24,113
  • 5
  • 60
  • 79
  • 1
    But among them, SparkWeb and JWChat seem to be the best. And the development of SparkWeb has been stopped. – blue123 Apr 22 '10 at 02:26
  • 1
    FYI, this link is now dead. The new link is http://xmpp.org/xmpp-software/clients/ – Coderer Oct 12 '10 at 19:38
1

JAXL IM is something you might want to try out... provides a convenient admin panel for configuration of chat widget, enable/disable addons and plugins for the chat widget and view chat archives...

It build using JAXL open source library written in PHP....

Abhinav Singh
  • 2,643
  • 1
  • 19
  • 29