chat

javascript equivalent of ASP preInit event

Hi guys, searching for this has yielded no resuts.. i have a middle page that has an iframe and all the pages open in that iframe...i have to implement a chat system just like in Google and so to ensure that the chat windows did not close whwn the page would postback i am opening all pages in iframe.... this is a social networking sit...

Asp.net chat application using database for message queue

Hello, I have developed a chat web application which uses a SqlServer database for exchaning messages. all clients poll every x seconds to check for new messages. it is obvious that this approach consumes many resources, and I was wondering if there is a "cheaper" way of doing that. I use the same approach for "presence": checking wh...

java : voice chat and text chat

I want to make a card game made in Java. People can run it on their pc. They can add their friends to their contacts list and when there are 4 players online they can begin a game by one of the players hosting the game. The players can communicate by text or by voice chat Think of it like a chat client that allows users to play a card g...

Local Chat server in C using IPC

Hi Guys I need to write a chat server in C. It only needs to use IPC. Could you help me on how to proceed on this. A skeleton code will help me a lot. ...

Where to start to build .NET Multiuser Chat Application?

Hello, Which .NET namespaces should I be looking at if I'd like to start writing a very simple chat application (in C#)? Please let me know if there's a way that I can clarify or expand on this to make it a more precise question. Thanks, Adam ...

Ajax chat polling bandwidth efficiency.

I've written a small web application which is basically a JQuery powered chat client within the browser, to get the posts I'm polling the server with an AJAX request and then appending any new replies, I'm worried about making this as efficient as possible while not losing the realtime feel. http://darklightweb.co.uk/RealTime/ I can't ...

java chat application

I want to devlop java chat application. I am looking for any java framework that will help me in devloping chat application. So that i can easliy devlop the chat application using the framework. The application needs to run only in LAN. I want the chat application like yahoo chat (with only one main room). Please suggent me any open s...

Integrating my program with a web2.0 website

I'm creating an ELIZA-like chatterbot, and I'd like to calibrate it with Omegle, using what the other person type as the input. If it was a regular HTML page, I could parse it and send back the response to some script, but checking the source code, I've noticed that the entire page is created using Javascript, but obfuscates the entire...

Java Chat Server

FYI This is homework. I have to build a Java Chat server. I have been able to build a server which communicates with 1 client. But I need this to communicate with multiple users. A user is supposed to type in the person's name they wish to talk to followed by a dash (-) and then the message to be sent. I am able to get users signed on b...

p2p video conference

I have developed a peer to peer wpf application and in it I am just broadcasting my video to other peers, but I also want to see their video at the same time. Currently I do not know how to pass my video stream to other peer's machine so that they can process it on their own. I want it to be p2p video conferencing. I want that one peer s...

Google Chat in ASP.NET application

Hi, I want to provide chat facility to my website visitors. This should be same as google chat (person to person communication). Are there any free tools available to integrate in the website? Or is there any way that we can use Google Chat's API and can integrate in our website? Pls help me. ...

Multi client chat server in C - Execution Problem

I am implementing a Multi client chat server, and i am getting the following error. Only hint i get from the error description is that it is a linker error. Can anyone help me resolving this. viper[1052]% gcc -Wall -o server server.c server.c: In function âMainServerLoopâ: server.c:45: warning: pointer targets in passing argument 3 of â...

jquery ajax online support chat

Is there any FREE script available for online customer support in AJAX, JQUERY , php like person have own window to chat ... Thanks ...

Flex 3 simple chat: code review request; is it good for a real life application ?

i managed to put together a simple chat using flex 3 / AS3, and i want to know if it is good for a real life application? here is the mxml <?xml version="1.0" encoding="utf-8"?> <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" creationComplete="init();"> <mx:Script source="code.as" /> <mx:TitleWindow title=...

Is it to possible create a simple chat facility using XMPP with Google App Engine?

I would like to create a web IM chat system using Google App Engine using XMPP possibly. It would allow users of a social network to talk with each other. Is this possible using GAE? I haven't used GAE before. Does anybody know of any good examples/code which I could look into to get started? ...

Google friend connect integration for mailing lists and forums and seperate channels

Google just released Google Friend Connect which allows you to allow community discussion and the possibility for real-time community communication on your site. I think it'd be really cool to integrate this with open source dev mailing lists and dev forums, to offer a more "real-time" chat discussion along with the longer email respons...

Chat Application in ASP.NET

I've to write an Ajax chat web application in ASP.NET for a friend, and I've a question: if client1 sends a message to client2, how should the application send the message to client2? Is there a better way than sending requests to the server, "asking" if there are new messages? Is it possible to directly send the message to the client? ...

iWebKit/iPhone: Chatbox with MySQL, AJAX, PHP and Javascript

Hello, i am busy with a chatbox that contains MySQL, AJAX, PHP and Javascript. Now i want to have this on my iPod Touch/iPhone, so i am building a website with iWebKit. The following codes i provided is done now; just asking why it does not display the chatbox itself (so not the senders) after more than 2 lines are entered... What code...

use jabber to implement a chat room feature

Hi, I have a existing web app and a iphone app for a closed user community. I want to add chat room feature for users to chat with each other. I don't want to reinvent the wheel. Is it a good choice to use jabber on the backend to handle chats/chatroom? If yes, can you point me to some tutorials? My users won't need to know anythi...

VB.Net 3.5 and SQL Server 2005 Windows Chat Application

Hi Currently following is the project I need to submit for my college assignment: A vb.net chat application with a ms sql server 2k5 backend, max 100 users with file transfer, one to one and group chat facility. Admin will create chat rooms which will be password protected for group chats. We will need to implement multithreading to fect...