tags:

views:

19

answers:

1

i want to create xmpp server using JSO :: JABBER Stream Objects.. i have alreasy written some small code to test JSO.. but didnt get much out of it...

A: 

I'd recommend against starting with JSO. Matt hasn't maintained it for years, and he's unlikely to start doing so knowing that you're going to be writing a server.

Instead, why don't you start with one of the several open source XMPP servers written in Java, such as Tigase or OpenFire?

Joe Hildebrand