Hey guys, I've got what I think is an interesting question:
You all know and love the Skype chat interface: each message is enclosed in a bubble, with emoticons and link capabilities, as well as an avatar at the left.
What is the most ideal WPF component to house each message in, if I were creating a Skype-like interface?
I am using...
Now we are developing a Chat Engine which is based on JavaScript and Flash. But, what we get stuck with now is that we cannot find a good JavaScript library to talk with flash. Additionally, we use OpenFire as our Server. Anyone has a good solution to this problem? thanks for your help!
...
How many Socket connections can a server handle by hosting this Silverlight Chat ?
I know Silverlight has a limited port range available. Is this a parameter in my ecuation ?
I own a VPS.
...
I'm writing a special sort of chat/forum software and need a source of mock conversations to use in screenshots, demos and tests.
They should contain no real names or other potentially harmful information, should be 100% correct English and should make at least some sense in relation to each other.
Example:
Message #1 Subject: Hell...
I wanted to create a video chat app in linux. and hence I found that gtalk has released their libjingle api for free. I downloaded that but I don't know what to beyond that. There are lots of folders with .cc and .h files what do i do?
Even the 'examples' folder seems to lead me nowhere.
I WANT to reinvent the wheel by simply doing wha...
I want to implement a live chat button on my site. Just want to know what you guys think is best? Or at least what are my options?
...
I have decided that I want to take a stab at creating a "game" that is just in a nutshell a chat room with lots of features for people to play 'paper DnD' online. Obviously there is a lot more to it and I'm looking to add a lot of features but anyways keep in mind that I'm a solo developer so quick development times are great.
I starte...
I am doing Comet chat with Erlang. I only use one connection (long-polling) for the message transportation. But, as you know, the long-polling connection can not be stay connected all the time. Every time a new message comes or reaches the timeout, it will break and then connect to the server again. If a message is sent before the connec...
hi
i want to create a php chat application this chat also include chat room is there any open source to fulfill this condition
...
Hello,
I want to create a chat sort of application on the iphone. I know how I would go about implementing a poll model, where the iphone would poll the server to see if any messages have arrived and if they have it can retrieve them and show them to the user. However im more intersted in a push model, where the server pushes new messag...
Hi developers,
I need to create file sharing and chatting system like Microsoft Groove under .NET (c#). But i don't know how to create it.
I had a questions:
Groove using peer 2 peer?
if you know about this, tell me any library.
Groove is using what service?
Groove is using what technology for network service?
...
Hello everyone,
i am implementing a chat system in asp.net, much like google chat and i use xmhttp to send and receive data, and i am using a single table to store all chat for all user.
i wanted to create global temporary tables in sql using a XMLHttpRequest so as to be abl to organise data better(instead of storing all the chat in a ...
what is the best suited programming language and technologies to make an online chatting service that scales up to support 50.000 users at the same time such us the band width usage stays at minimum (web server friendly). I have considered using php or python, are they good choices ?
...
What would be the best way to implement integration test for chat application?
The problem is that I don't know how to implement two user behavior without stubbing and mocking everything.
How would you implement these steps?
Given I have two users "joe" and "bob" logged in
When "joe" send "Hello!" message to "bob"
Then "bob" should ...
Is there a relative easy way to implement Chat?
Is it possible to integrate Microsoft Messenger in a web site?
Or maybe there is a good free plugin for chat?
(I'm using Asp.net 3.5 + JQuery)
...
hi i want to create a plugin for the video chat application means i want to develop similer like gmail provides plugin for browser
thanks
...
Hi, I'm programming a game in j2me in the client side, that connects to a server written in java. This game is going to have a chat feature, but as a secondary feature.
For every midlet that connects to the server, a server-game thread is spawned. These threads talk between them, so that they can synchronize and write in turns to a ser...
I need to embed chat functionality into .NET application (Windows client app).
Requirements:
Preferably server-less/zero-config architecture (p2p), but not required
Based on open standards (XMPP alike)
Implementation (library) for .NET (native C/C++ is OK too) exists
What can you recommend? Currently I'm looking at XMPP/Jabber, do y...
I want to build a question/answer game with rooms and chat. My question is: Is it possible to make it with just php and http requests? From you're experience, how many visitors will it hold. I know it's better with socket server but i only have a shared host rith now.
...
We've got several distributed developers working together on a couple of projects. We've been using Skype to host chats with all the developers, and it works okay except for one thing:
It REALLY mangles any code we copy and paste into the chats -- especially the whitespace in Python.
This question has tons of opinions about chat client...