jabber based server and client application in cocoa
Posted
by Miraaj
on Stack Overflow
See other posts from Stack Overflow
or by Miraaj
Published on 2010-02-05T10:33:09Z
Indexed on
2010/04/09
21:33 UTC
Read the original article
Hit count: 459
Hi all,
I have implemented an application which supports text chat. Now I want to implement voice chat and later video chat in it, but I have less time provided by client :( So I am planning to go for some open source code in cocoa, which I can use and easily in-corporate in my application.
After analysis over net I found that Jabber related client/ chat server application should be best according to my requirements.
I have found that there are several jabber based client-server application but mostly written in java, C or C++.
Can anyone suggest me some links or code for cocoa based, jabber server and client application??
Also I want to ask that lets say I got server application in C and client application in cocoa, then will I be able to transmit text, multimedia messages between client nodes??
Thanks,
Miraaj
© Stack Overflow or respective owner