I\'m looking for a way to automatically set the user status as \"offline\" and to do this I need to execute 开发者_StackOverflow中文版a JavaScript function, unless there are any better ideas out there
I am making a chat application in android using TCP and has immplement开发者_StackOverflowed Sockets. Which is working but in case of receiving or sending only the first msg is considered.
We have a chat application which works on ASP.N开发者_StackOverflow中文版et web applications. We want to allow users to make calls to other users through our chat application. To provide that we want
I am Developing a chat system that consists of multiple clients and a server. The clients should开发者_JAVA百科 discover the server by sending a broadcast message, which the server will respond to, s
I\'m making a server, client app in c++ console based. What I did so far: I can connect to the server.
i programmed a Chat-Program like ICQ with C# and WCF. Now i want to build a Web-Client-Version with ASP.NET.
In my program I am trying to take the chat from a webs开发者_StackOverflow中文版ite and printing it on my console. While that\'s going on I\'m using raw_input to get chat from whoever is using it. My
Well i started of by following all the instructions here: http://code.google.com/p/xmppframework/wiki/FacebookChatHowTo
I want to make an chat application in android. I was making it like simple java application using socket but it is not working. Pls suggest what I should do.
I have a chat script on a webpage. Now, when someone adds a message I want to notify other people who have the page/tab open but not active, to receive a notification of a new message.