chat

How can I write a real time chat using XAJAX and PHP?

How can I write a real time chat using XAJAX and PHP? In other words, is there a way to send xajax responses from the server to multiple clients? Or is the only possibility to check for new messages every few seconds on client side? ...

Which is better? Long TCP connection or long-polling?

I am planning to build a web chat on my site. I know two way of doing this: one is using XMPP web client (through flash, long TCP connection), and the other is facebook way, long-polling. But facebook is going to update their chat to support Jabber (XMPP), so can some one tell what way is better? (including upgrading to XMPP) ...

Is it possible to build a web-based chat client without a socket-based framework?

I have heard that web-based chat clients tend to use networking frameworks such as the twisted framework. But would it be possible to build a web-based chat client without a networking framework - using only ajax connections? I would like to build a session-based one-to-one web chat client that uses sessions to indicate when a chat h...

best java jabber client library

What good/bad experiences do you have with java jabber libraries? ...

PHP/MYSQL AJAX Chat

Looking for an open source php/mysql ajax chat room (not 1-to-1 private chat). What would you guys recommend? I am going to need to make hundreds of instances of the chat room (eg. each user group has their own exclusive chat room) ...

Real time chat implementation for SharePoint

I have a client interested in a real time chat application for a SharePoint intranet portal to enable online interview style chat sessions. Has anyone got reccomendations for a product on the Microsoft Stack that does this? Something that is integrated into SharePoint would be prefferable, but any ASP.NET product would suffice. The sol...

What is the best IRC network for Java (#java)?

Is efnet the network to be on in #java? Or are there other more active networks? ...

How to avoid dead message in Comet chat?

I am doing Comet chat with Erlang and PHP. But now I think I met a problem: the polling connection will disconnect and reconnect automatically in about a certain time (I set this with 10 seconds), so there will be a period of time that the user doesn't connect to chat server. If a user send message at that time, the message will be dead...

What is the leading chat plugin for rails?

I currently have a hideous delay based chat app in my learning management system (rails based) but want to explore other options. The jabber approach seems cool, and there is can_has_chat, but on their google code page there is a notice about the potential for trouble with many sleeping mongrel instances. Doesn't seem like a good way to ...

Java Chat Server

I am writing a java based chat server and currently my design is based on following :- when a person in a chat room sends a message, the chatroom class at the server side, sends the same message to every participant in the room in a loop. Obviously , this is a poor design because networks calls are being made to individual participants i...

Embeding a chat in an existing desktop user-enabled .NET application?

Hello. I am builing a win application that has user access control against a sql db, all the data is stored in this db as well. This project is to be installed in one site on 30-40 machines (I mean to say that it's not web, it's all in one place, maximum call it intranet). I want that while the program is logged on, the logged-in user ...

How do I create a chat server that is not driven by polling?

I have created a simple chat server that is driven by client polling. Clients send requests for data every few seconds, and get handed any new messages as well as information about whether their peer is still connected. Since the client is running on a mobile platform (iPhone), I've been looking for ways of getting rid of the polling, w...

Log in/out of Gmail chat programmatically, clicking Gmail's span "links"

At work, I use Gmail's chat, since it's encrypted and logs chats without installing or saving anything to the hard drive. At home, I use Pidgin. When I log into GMail at home, I have to log out of chat, or messages will end up in the wrong place. When I log into GMail at work, I have to log back in to chat. In other words, when I sta...

Is it feasible to develop a chat app using php sockets?

Hi, I'm looking to develop a chat application using php sockets, I'm not looking to include database as a bridge between nodes, reason being the amount of database interaction will ultimately be an overhead..Pls suggest.. ...

Comet & PHP: How to use Comet with a PHP Chat System ?

I have to build a simple chat system in PHP using Comet. I don't know what would be the best approach to this project. What is the best technique (cross-browser would be nice) to use, and how to implement it? What libraries can I use that already have comet support. (I don't want to use the Bayeux Protocol) I already have a PHP backen...

simple chat application c# winforms

Hi I need a simple chat application using c# winform. How do i start? is there any sample available for this? Regards, Nagu ...

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/her webbrowser requests the page content. A server produces output and sends it to the user's computer. But with chatting it's a little bit the other way around (well not exactly). It's not the user requesting a chat message from some ser...

Where can I get a PHP / MYSQL chat room application

My question is an elaboration of this one: http://stackoverflow.com/questions/1093251/php-mysql-ajax-chat I have a 100 chat rooms which I need to make. Is there a php/mysql based chat system that would do something like this? phpFreeChat is mentioned, but from what I understand, I have to (manually) download and install the applicatio...

IM Proxy settings in app.config

I'm writing a chat application for google talk using XMPP in .NET (with agsXMPP.dll library). The chat application's login fails in my office because there is a specific proxy for IM. How to explicitly specify the proxy details. Can it be done in app.config? My gtalk settings which works fine for gtalk: Host:improxy Port:8085 Proxy requ...

web based video chat similar to gmail chat/video chat

hi, i m developing a social networking application using php and i want to make a chat application which supports video chat features like in Gmail ( google provides browser plugin for that ) I have checked tokbox. but I would like to see some real/sample sites(like meebo) using tokbox for video chat. Thanks in advance. ...