• This repository has been archived on 13/Feb/2019
  • Stars
    star
    3
  • Rank 3,963,521 (Top 79 %)
  • Language
    Groovy
  • Created over 14 years ago
  • Updated about 13 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

The xmpp plug-in provides xmpp/jabber/im based services to Grails applications easing the development of real-time xmpp based web applications (something similar to what friendfeed does). This is achieved by configuring a xmpp connection upon configuration properties. After installation each Grails application has its own Roster. One of the most insteresting features is the ability to expose services methods as commands just by adding the expose static attribute. A service tagged as "xmpp exposer" is automatically turned into a PacketListener. And will properly delegate the message handling to a specific method following method names conventions.