chat

Adding chat and VOIP calls functionality?

How can I create a chat-text/VOIP calls application using Android sdk? What are the available apis and sources? ...

Ultimate Development Team Chat setup?

I want to set up an internal chat server for our medium-sized development team (10ish people). Ideally the system would have the following properties: Access via desktop clients as well as a web-interface Persistent group chat rooms Logging of chats with a web interface with search Some easy way to share screenshots Ability to hook in ...

Free ASP.NET shoutbox/chat

Hello everyone! I am searching for a simple and free ASP.NET C# shoutbox/chat application, so i can integrate it in a small gamming portal. The only important thing is that it should have some sort of "banned list", where the admin can ban and unban people. So far i got no luck on finding something with this ban functionality, i hope ...

Django Permissions and Security for Basic Chat App

If I wanted to implement some sort of chat tool in my django webapp, implemented with basic ajax polling as opposed to comet, what should I do to secure it, besides running over SSL. Should I just use the permissions app for each chat session and generate a random token to be accessed in my urlconf? Are there better/different approaches ...

How can I write an efficient php chat?

Hello there! I wrote a PHP chatscript with JQUERY on the userend pullstyle. It reloaded a pull.php page once a second and retrieved only new chat records from my sql database since the last check. However I got an email from my host saying I was using too much bandwidth. Bleh. My chat was working just as I wanted it and this happened. ...

Which service to embed a videochat easily on a website?

Hello, I'm working on a new website and I'd like to add a videochat feature. So I'm looking for services giving an API to do that easily. Here is the list of features I need: 1-to-1 chat (a user can chat with an other one) video voice chat be able to know if somebody is currently chatting user-friendly working on all standard configu...

Why does the batch file crash?

I'm designing a chat for my school LAN network, it types your messages into a .dll file so as to disguise the chat log. The problem is that all of a sudden, whenever I started typing messages which have a space in them, the batch file crashes. For example if I enter the message as "h h" the batch will crash with the error: h==exit w...

where to store state on server

Hi, I am developing a feature in my app where I need to store the state of a particular series of actions between 2 users, just like an ajax based chat service. The scenario is as follows: A user can is able to see which other users are online and then challenge one of them. The other user receives the challenge and accepts it. Now bo...

Live Chat support in my website

Hi, I just wanted to know if there is any (preferently freeware) solution to provide live chat support in my website, but connected to a Live Messenger account, because I would like to answer by this way... Thanks! ...

c udp chat testing

I am writing a udp chat application in c. I need to test if messages are received in an incorrect order. CAn anyone please tell me of a tool I can use to delay certain messages? also please tell me how to use it? thank you very much in advance! also I am using ubuntu x86_64 and OSX 10.6.4. A tool in either OS will work ...

Which is the best way to auto refresh a chat pag.

I can easely use javascript to auto refresh the page every 10 sec for example but, isnt this going to overload the page having to ask for any change every 10 secons? is there a more efitient way to do this. Some body told me once than there is a way having the client side waiting for a response from the server that only sends it when it ...

How to fully integrate XMPP on a web site with registered users

We have a social networking site where people have contacts and we want it to be integrated with XMPP. We currently use ejabberd XMPP server. Here are my questions: 1) How to properly create account? Right now, what I'm thinking is on user registration on our web app, we'd call a script that would execute an ejabberd command to create ...

Instant Messenger in PHP?

I am woking on another project, and need to be able to create an online instant messenger that combines everybody's chat (Myspace, Facebook, Yahoo, AOL, Google , etc) into one in order to provide the user with an easy way to chat with all their friends and not have to download anything. I was thinking of doing this with PHP, but I'm not ...

Best way to implement Video IM on site

Hey guys, I'm developing what will be a high volume traffic site. To give you some background, its currently based in jQuery, PHP and mysql. Soon, I will be also be implementing NodeJS. I am looking for an open sourced video chat application that will allow: 1) For 2 people to video IM each other. 2) Allow groups of up to 4 pe...

How secure is to use third party web service on a production website ..

hello all, For long I wanted an IM type discussion client on my production website instead of those commenting things ....i just came across this third party web-service at http://aagmgyd6.yahoo.joyent.us/chat/index.html ...I was just curious ...if i use it on my production system what cautions i must take ...is it secure ??? any oth...

How can I send messages to clients without polling?

Every example for GAE Chats uses some kind of polling. However, if my GAE app holds a list of clients (in the datastore if necessary), perhaps I could avoid polling by sending a message to all these clients. How can I achieve this? ...

Implementing chatting view in iPhone application

I want to implement the chat functionality in my application. So I want to know how to implement that scrolling part which contains chat messages in chat view of application. I have seen that kind of chat view in many application like facebook and others. I am wondered what that exact scrolling component is which allows us to programatic...

Facebook session key using the old rest api

Hi guys, I know this should be on the facebook developer site but I can't seem to register. Anyway I'm using the new api to obtain a access token when connecting to the xmpp chat server but this access token doesn't work; I have to use the old rest api's 'session_key' but I can't seem to find a way to get it. Could someone help me? I ...

Is there a chatbot framework available?

I am trying to create an program similar to ELIZA. My preference is to implement this project in a general language such as ruby, java, C++. is there some framework (open source would be great) available for any of these languages ? ...

Need guidence to start working on Openfire through strophe.

HI Guys; My objective is to get communication started on openfire through strophe. But have a few q's like What is the language that strophe will be written in? how and where are the connections written? Just some basic guidence or a good link to a starter tutorial will be very helpful. Thanks ...