Top "Chat" questions

Generic term for "Instant Messaging System". It can also represent a discussion that occurs in an Instant Messaging System.

recvfrom: Bad address, sendto: Address family not supported by protocol

i'm trying to implement a little UDP-Server/Client Application in C and got two errors on Server-side: recvfrom: Bad address &…

c udp chat recv sendto
How does in-browser chat work?

Just curious. How exactly does chatting in a browser work? Usually if a user goes to a web page, his/…

browser chat
What is the actual use of .so file in android?

I want to implement hangout like chat into my application. I have been using opentok library. In that i have …

android chat opentok .so
How is GMail Chat able to make AJAX requests without client interaction?

All HTTP responses require the client to initiate them, even those made using AJAX. But GMail's chat feature is able …

ajax gmail comet chat
display smiley in textview and edittext in android

hello i am developing chat application in which i want to insert smiley i have not much idea about it …

android chat android-edittext
Use HTTP Keep-Alive for server to communicate to client

Recently in an interview I was asked how I would approach an online chat client application. I went through the …

http chat keep-alive
How create a P2P web-chat without any server?

is there a way to create a P2P web-chat without any server ?

javascript erlang streaming chat real-time
Sending Skype messages in Java, using the java-skype api by taskan

I need help with my java project. I'm currently trying to send a message in a Skype conversation when a …

java chat skype
XMPP: Smack client not receiving chat message

I've been struggling with XMPP chatting a lot through Smack and Openfire server. My problem is as follows: Whenever a …

xmpp chat message openfire smack