External XMPP component - Anyone know a Tutorial or Open Source Example please?

Posted by gav on Stack Overflow See other posts from Stack Overflow or by gav
Published on 2010-03-11T18:55:33Z Indexed on 2010/03/11 18:59 UTC
Read the original article Hit count: 500

Filed under:
|
|

Hi All,

I want to run an XMPP server (Openfire) and register an external component to handle the messages it will recieve (using the Whack library). The external component will run my game logic and I will be using XMPP to send player moves to the server and status updates in the other direction. The bonus with XMPP is that we get built in chat for free.

The trouble is, although Ignite look fairly established, I can't find a tutorial on how to write, register and debug an External XMPP component written with Whack, there are very few in general for that matter.

I am not invested in either the server implementation or the External Component library, java is just my language of choice. If I was to move to Erlang or Scala or something it would have to be a very simple in that language.

A single tutorial or example would go a long way here, I just need an basic External XMPP component pretty please!

Kind regards,

Gavin

© Stack Overflow or respective owner

Related posts about java

Related posts about xmpp