Simple Client for Openfire server

Hi There,

I am trying to develop a chat client using Openfire server. As the first step, I went through the code and understood the concepts to a good extent. But still I feel few working code snippets and examples from client side would definitely be helpful as I am new to JAVA.

Hi Ravikumar,

It would help us to know which library you are using for coding your XMPP client. If you are using Smack, you can read the documentation to learn how to establish a connection and perform basic operations. If you are using some other library then you might want to contact the developers of that library to learn how to use it. If you happen to be a “let me reinvent the wheel” person and you want to create your own client with no help of any library then you will want to read basic XMPP specs like http://xmpp.org/rfcs/rfc6120.html and http://xmpp.org/rfcs/rfc6121.html and still read how Smack was coded to get some idea on how to do things.

HTH,

Gaston