I want to write a chat client. I could use RMI for this, but I don't want to. Moreover, I plan to have a web interface.
I read about the XMPP protocol, and also that google talk uses it. How can I implement it to write my own chat client, and not a client for any other chat? Is there a library available that can help me implement my own chat service (IM)?
source share