Hello all,
I am developing chat application with web server.Communication between clients is done through webserver using http connection.
Message passes from client1->webserver->client2 and reverse.
Can anyone help me out??
Thanks in advace!!
Hello all,
I am developing chat application with web server.Communication between clients is done through webserver using http connection.
Message passes from client1->webserver->client2 and reverse.
Can anyone help me out??
Thanks in advace!!
Start with the HTTP examples: http://www.developer.nokia.com/Commu...rking_Articles
and continue with an XMPP based solution, such as the JabberMixClient (source code included in the project).