i want to create开发者_如何学Go xmpp server using JSO :: JABBER Stream Objects.. i have alreasy written some small code to test JSO.. but didnt get much out of it...
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?
精彩评论