Creating Messanger Using Jabber.

Hi

I want to create instant messanger using JAbber.But i want protocals and sourec code for JAbber.I search in JAbber site. But they give only applications source code.So where i get the source code for JABBER ? Pls Help ME

Thanks To All

[256 byte] By [Anand_Bala2007a] at [2007-11-27 11:24:34]
# 1

>>I want to create instant messanger using JAbber.

is that ur project states that you have to use jabber

if not u just dont need

u can easily do it thru java sockets

noobs_will_rulea at 2007-7-29 15:59:05 > top of Java-index,Core,Core APIs...
# 2

> I want to create instant messanger using

> JAbber.But i want protocals and sourec code for

> JAbber.I search in JAbber site. But they give only

> applications source code.So where i get the source

> code for JABBER ? Pls Help ME

Perhaps you don't understand the difference between protocol and library?

Protocol defines how one transports something.

A library (or application) implements that protocol in a specific way.

Thus for example there is a FTP protocol.

There are many implementations of it. Some are applications and some are libraries.

So exactly what are you looking for?

I might also note that when I look at the jabber site it certainly appears to me that there are in fact java libraries available.

jschella at 2007-7-29 15:59:05 > top of Java-index,Core,Core APIs...