chat

xmpp and facebook, cant get clear list of online users.

I using this code to connect to facebook chat. When I try to retrieve list of online users instead of user name I get negative number for example: [email protected] How can I get the original (Letters) user name? ...

CSS absolute DIV causing other absolute DIV problems

Hello, I have implemented a chat script which requires an absolutely positioned DIV to be wrapped around the pages content. This is to ensure the chat windows stay at the bottom. The problem is that because of the absolute positioning of this main wrapper, all other absolutely positioned elements (eg. Jquery Auto-completes, datepicker...

Openfire scalability question XMPP Server

I would like to throw out my question again: do you guys know how well openfire scales? My users will be using the application to do normal chatting like msn no file transfer for now. We will be using Amazon's EC2 server to run the chat server we would like to support over 1 Million users in total and around 30-50K active users during ...

Is there a way to access Skype IM logs?

I tried looking in C:\Users[name]\AppData\Roaming\Skype and I found a folder called "chatsync" with some mysterious folders with files ending in .dat. I'm almost certain that these are the chat logs but I don't know a way to properly open these files (notepad shows gibberish mixed with English words). I'm not trying to do sleuthing, ju...

Is there any Example of PHP user to user chat on sockets?

Is there any Example of PHP user to user chat on sockets? ...

Django chat with ajax polling

I need to create a chat similar to facebook chat. I am thinking to create a simple application Chat and then using ajax polling ( to send request every 2-3 seconds ). Is this a good approach ? ...

PHP real time chat with ajax polling

I need to create a chat similar to facebook chat. I am thinking to use ajax polling ( to send request every 2-3 seconds ). Is this a good approach ? Or I need to use other server side languages like erlang and server-comet ? ...

Comet VS Ajax polling

I need to create a chat like facebook chat. With Comet I need more memory to keep the connection. With Ajax polling there is a latency problem if I send request every 3-4 seconds. So... If the latency ( 3-4 seconds ) doesn't matter, Is Ajax Polling better for my case ? ...

What's the best way to integrate video chat into a website?

I want to make video/audio chat(both one-to-one and chatroom) available on my website through web browser, and no download or login required. My back end is php+mysql. What's the available (and free) solutions out there? What are their pros and cons? ...

how to make a chat room on gae ,has any audio python-framework to do this ?

i want to make a chat room on gae ,(audio chat) has any framework to do this ? thanks ...

How can I Implement a chat functionality in My web Site?

I have a two user. Admin and staff. If a staff member is available, we need an icon to become Visible - on the home (or other) page. Clicking on that STAFF icon will present the “clicker” with a chat interface to that staff member. How can i Implement this feature in asp.net. I am new in this type of technology. Will you please g...

Non-flash / No-plugin Video chat?

We are developing a social website and looking to implement video/audio chat for users (people a user is friends with). Most of the talk from the tech team was to use flash. But I don't want users to install anything. Can video/audio/conferencing be done purely in AJAX? Either develop it from scratch or use open source frameworks if any?...

Is there a free, open-source live chat support application that uses PHP and jQuery?

Most of the applications that I'm finding, inncluding LiveHelp and PHP Live Chat! feature terrible, un-commented, non-cross-browser compatible Javascript. I'm looking for chat software that uses a Javascript framework to avoid some persistent and common bugs related to the DOM. ...

Dynamically find other hosts in a LAN in Java

A while ago I developed a little LAN chat app. in Java which allows chatting with other hosts, send images, etc. Although it was created just for fun, now it's being used where I work. Currently, there is no "chat server" on the app. where each client registers, updates it's status, etc. (I liked the idea of symmetric design and not dep...

ASP.NET text chat and video chat

Hi, My website is a kind of community site and was developed with ASP.NET. I want to integrate Chat feature to my web site. Can you please suggest me which one is best to handle "text and video" chat? Thanks in advance, Krish ...

Video chat / conference SDK for .NET that WORKS?!?

After googling and binging for a whole day about this, and even trying some stuff unsuccessfully, I'm giving up, to ask you guys this question - Is there on this planet a viable, downloadable SDK for .NET which one can use, out of the box, to add IP to IP (peer to peer) video conference / chat (or whatever people call it) to one's .NET...

Chat in Drupal 6? How? :)

Hello, I just wanna ask how one could support a chat function for drupal 6? I created a new drupal website and I need to add a chat functionality to it. I have, however, tried to download and enable drupal's Chat Room module but I can't seem to make it run (or i dunno how to access it, lol). SO if it is possible, can someone please? show...

chat app. for django

Is there any facebook like chat application to integrate to django.If so please give an example and the source link Thanks.. ...

Opening ChatApplication in a Pop Up Window using JavaScript

Hello everyone, I'm working on this project website wherein i will be adding a chat application where users can communicate with each other. I already have developed a chat room webpage which is now functioning well. However, what I want is to create a "Chat Room" link on my website which will just pop out the chat room as a pop-up wind...

How can we create a Google talk like component in asp.net?

We are doing a social networking website In our project we need to implement chat room Through our site we need to integrate Chat facility for the registered members. Registered members have the option to set their online status such as available, busy, etc ...