|
|
A pure gwt xmpp library.
0.3.0 released
See our ChangeLog in Issues.
This library implements the xmpp communications protocol using the bosh technique with gwt. It also handles the xmpp Instant Messaging protocol but has a modular architecture to support any other kind of communications.
- stable, pure java (no js), portable library
- ready, full featured and easy to use instant messaging implementation
- extensible architecture
- Chat rooms support (Multi-User Chat).
- Other XEP like: Chat State Notifications.
- well tested (junit test, coverage support)
At the same time we are developing a full featured GUI with:
- Common features support (chat, chat rooms, presence, roster)
- Sound and visual advices when new messages arrive
- Drag & Drop support to start a conversation and for chat room invitations
- i18n support
- Focused in be very usable
- Based in extjs and gwt-ext
See our demo or a screenshot of what we've done:
There are also a couple of examples of use in order to learn how to use this library.
We want, in the near future, extend this library to support other protocols (mostly the collaborative editing protocols) and probably other platforms (be able to use it from javascript and j2se -partially done- environments).
Our license is the GNU Affero GPL v3.
This project is the result of a bigger effort to make a collaborative web environment for free/open/libre projects: kune.


