Hey any body please help me to implement a simple XMPP server using Java.
Thanks, KC.
Hey any body please help me to implement a simple XMPP server using Java.
Thanks, KC.
Sorry for the question, but are you sure, you need to implement a xmpp server? Wouldn't it be enough to just install an existing one? For all my work with XMPP I always used the openfire server and concentrated on implementation of 'special' clients.
I usually use the smack libraries.
There's a pure Java XMPP server in development as a subproject of MINA.
It's called Vysper, and they are currently in an early state.
You can start here: http://mina.apache.org/vysper/
I think they will be thankful for some help.
ignite realtime's OpenFire is an open source IM application, implementing the XMPP protocol.