[jdev] Rajnish(Help)

Alexey Nezhdanov snakeru at gmail.com
Sat Jun 13 01:11:40 CDT 2009


Hello Rajnish

First, check out this site: http://xmpp.org/

Next, as I undestand - you want to write some code with xmpp (jabber) 
functionality. XMPP is an free and open protocol. There are numerous 
libraries (http://xmpp.org/software/libraries.shtml) that probably already do 
what you want. So you need just to use one of them in your project.

Next - download a client (http://xmpp.org/software/clients.shtml) with XML 
console (f.e. - psi - http://psi-im.org/) and have a look on what happens 'on 
the wire' when you login/logout/send and receive messages. That will help you 
when developing your own code - just comparing what your code does and what 
regular client does.

Regarding the question in your email - you don't oblidged to know xmpp 
internals to use it but at least basic understanding is needed so that you 
can debug your code for most simple bugs. As I already said - examining XML 
console output should help with it

On Saturday 13 June 2009 09:35:21 rajnish singh wrote:
> Hi Sir,
>          Well I dont understand whether XMPP protocol is used for making
> the dll library that you people have made or we as programmer have to
> follow this protocol while coding.
>
> If you know any web site that provides information about XMPP protocol or
> any link please mail me i would be very much Obliged to you.



-- 
Sincerely yours
Alexey Nezhdanov



More information about the JDev mailing list