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
# 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
# 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.