Kency
Kency

Reputation: 660

Java - XMPP - I need some document or tutorial for it

i found XMPP on google (i need create a application IM look like Yahoo or Live or Pidgin), i need write XMPP Server and Client but i don't know how to write it?

because of it, it need some document or tutorial help me write server and client interactive with my database.

Thank you

Best Regards!

Upvotes: 0

Views: 3272

Answers (2)

Chuk Lee
Chuk Lee

Reputation: 3608

You can also try writing server components with Whack framework. I've blog about using Whack here (part1, part2, part3).

Upvotes: 2

Aravind Yarram
Aravind Yarram

Reputation: 80176

Either you can write your own or use the already proven open source libraries ready to be used. Look this post Good XMPP Java Libraries for server side?

If you are looking for tutorials, articles etc then go to xmpp.org or go to this post Good tutorials on XMPP?

Upvotes: 3

Related Questions