0

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!

Kency
  • 660
  • 5
  • 15
  • 30

2 Answers2

3

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?

Community
  • 1
  • 1
Aravind Yarram
  • 78,777
  • 46
  • 231
  • 327
2

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

Chuk Lee
  • 3,570
  • 22
  • 19