I just finished and released the first official version of the Grails Xmpp Plugin. Its documentation is still a working in progress but enough to get started.
There are still some known issues and new ideas of improvements but I couldn't wait to release it. :-)
Hopefully people will start using it and then I 'll have some feedbacks!
Enjoy
Hello Fabio,
ResponderExcluirI'm interested in your plugin but there is something I have probably misunderstood : How can I use the plugin as chat between connected users on a grails app ? A,B,C are connected on grails app and have an account on an openFire jabber server.
A wants to talk to B
B wants to talk to C
C wants to talk to B and A in conference mode.
But there is only one account setting up in Config.groovy ?
I'm affraid you can't.
ResponderExcluirThe plugin offers only one roster per application. Something similar to what GAE provides.
Looks like to satisfy your needs you'ĺl need a BOSH connection manager and a xmpp javascript library like strophe for example.