Introduction
This plugin provides
BOSH support to a given grails application.
It installs the
JabberHttpBind servlet - a stand-alone XMPP connection
manager which act as a kind of proxy between the client and the XMPP server.
Once you have BOSH enabled your application you could create all types of real-time XMPP web
applications ranging from real-time web games and monitoring applications to microblogging clients.
There are a few javascript libraries that could aid the development of XMPP web applications, such as:
strophe,
JSJaC and
xmpp4js.