Good XMPP Java Libraries for server side?
Posted
by Taylor Gautier
on Stack Overflow
See other posts from Stack Overflow
or by Taylor Gautier
Published on 2008-10-07T07:43:22Z
Indexed on
2010/03/11
17:54 UTC
Read the original article
Hit count: 266
I was hoping to implement a simple XMPP server in Java.
What I need is a library which can parse and understand xmpp requests from a client. I have looked at Smack (mentioned below) and JSO. Smack appears to be client only so while it might help parsing packets it doesn't know how to respond to clients. Is JSO maintained it looks very old. The only promising avenue is to pull apart Openfire which is an entire commercial (OSS) XMPP server.
I was just hoping for a few lines of code on top of Netty or Mina, so I could get started processing some messages off the wire.
© Stack Overflow or respective owner