Hi !
I use Symbian SDK v2.1 and Codewarrior as my IDE.I need to develop an instant messaging application which would work as follows : Suppose User A needs to send an instant message to User B then
Step 1) User A sends the message from his mobile phone to a server which resides on a computer somewhere.
Step 2) The Server routes the message to the cell phone of User B
How do I implement this functionality in Symbian C++ . Is there some sample code I can refer to which might be of some help.
Thanks a lot 😊