chat

chat functionality on php application

SO has lot many questions of this type but not able to find correct solution. May be I am missing anything. I am struggling from last few days for finding better option for Chat service. Following thing I have to keep in mind before using any option.. It should be OS independent Installation should be easy Opensource so that can be mo...

is there a drupal module that enables a live chat in a drupal site?

is there a drupal module that enables a live chat in a drupal site? ...

Developing a voice chat mobile application using J2ME ?!

Hey , Hope all you fine. I'm looking for a good company that provides voice chat hosting service. Could you please advice me a list of companies ? Another question , is there a company that provides APIs that you can use to develop your own voice chat application or even provides a documentation for that ? My need is to develop a mobile ...

Artificial Intelligence and Chat Filters

Are there any chat filters that works depending on the context? I'm talking about the use of new technologies like Artificial Intelligence and Natural Language Processing to determine for example if a word was rude or not, depending on the context. ...

Chatbot library

I'm trying to add some simple chatbot behavior to an existing C program. The chat bot doesn't have to be too sophisticated (Eliza level) but it needs to have been written with reuse in mind. Are there any existing chat bot libraries available for C? ...

REST calls over XMPP

Hi, I want to make a solution where I can use XMPP chat clients connected to gtalk, resolving web services/REST calls meant for a LAN (behind firewall proxy etc) and transferring over to the other chat client on another different LAN (behind other firewall proxy etc). I have narrowed down on Smack API, but being a newbie in XMPP and sm...

Cannot run (in Eclipse) Bluetooth Chat sample app from Android website

When I run the app in Eclipse, Android emulator starts but says "Bluetooth is not available". Need urgent help with this. Also need help with running/installing an app on real phone. I connected my HTC Desire (Android 2.2), enabled USB debugging and run the app from Eclipse. Emulator starts as usual instead of the app running on my phon...

Service to connect instant messaging (msn/icq gtalk etc) with your websites visitors?

Basically, I want my users to be able to just click a button and get a small popup-window that puts them in contact with me through one of the major communicationstools. Does anyone know about any such services? ...

Prevent AJAX chat from showing duplicate messages (Javascript, PHP, MySQL)

I have made an AJAX chat using Javascript, PHP, and MySQL. I send the chat data with JSON from a PHP page that gets the data from a MySQL database. Each chat message is inserted into an array and pulled with an AJAX call every few seconds. Each row in the database has the timestamp of when the message was posted (the timestamp has the...

XMPP web chat: how to resolve multiple tabs/windows?

We have a site and we developed a chat system for it using strophe.js library and ejabberd XMPP server. We use session attachment that was initiated with PHP (using an in-house library). What we do is get the RID and SID from the PHP script, then use strophe's session attachment. The said RID and SID is stored on a cookie and the RID val...

Flex White Board Application Development

Hi, I want to develop a white board application using flex.. Can anyone tell what are the requirements and how to develop it. My plan is to develop online class room. There should be text chat, video chat, voice chat, save current class and so on. Can any one help me. Or send me any reference link ...

ajax chat that somebody has used and actually works !

Hi all, I've been looking for an ajax chat module (similar to facebook chat) to intergrate into our dating site, but I cannot find any decent options. Most seem to have been abandoned at various stages of development (Envolve.com, stickapps.com). I am looking for something that has no flash and doesn't require popups to be disabled. Doe...

Ajax Push Engine (Comet) and persistent chat - how to implement?

We are developing an online real-time web browser game and we have chosen to use APE Server. We have an in-game chat system from our previous project and we would like to port it to APE. As we are a bit new to APE we are not sure about which scenario would work better or maybe would not work at all. Now the chat works the following way:...