I am making an application in which I need to implement chat features. We have our own server from we get friends list from the server.
I need to send msg to that friends and get reply message from that friends. For this I think I have to send msg to server of that friend in which I have to chat.
But I am unable to understand how to get reply from the server of a chat message. Please help