Tagged Questions
The chatroom tag has no wiki summary.
7
votes
4answers
2k views
Ajax jabber/XMPP client recommendations (real experience only please) !
i'm setting up a chat system for my niche social site and have decided on ejabberd for the server side, but i cannot find any decent web-based ajax clients. most seem to be abandoned years ago or ...
3
votes
1answer
83 views
Chatroom functionality with WCF, duplex callbacks vs polling?
I am using WCF and I am putting a chatroom facility in my C# program. So I need to be able to send information from the server to the clients for two events -
When a user connects/disconnects I ...
3
votes
1answer
91 views
How can I scroll down to a multiline TextBox's bottom line, Javascript's scrollIntoView is not working for this
I am trying to create a basic video and text chat web site.In the room page I have the video as flash and a textbox(multiline) which shows all the messages sent to the room and one textbox for users ...
3
votes
1answer
220 views
Using Memcache to Build a PHP/Javascript Chat Room [closed]
Possible Duplicate:
Using memcached as a database buffer for chat messages
A friend of mine was telling me how he used Memcache to build a PHP/Javascript realtime chat room, but I can't ...
3
votes
2answers
679 views
Free ASP.NET shoutbox/chat
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", ...
2
votes
3answers
690 views
Is Google Application Engine a good platform for a high-traffic chat website?
I'm looking to create a high-traffic chat website, possibly with video streaming with some image manipulation happening on the server.
Scanning over the Channel API ...
2
votes
1answer
69 views
Can I get away with this or is it just too crude and unpractical?
I spent the whole of last night searching for a free AspNet web chat control that I could simply drag into my website. Well the search was in vain as I could not find a control that matched my needs ...
1
vote
2answers
14 views
ejabberd / xmpp: find user's chat room(s)
I wonder if there is a way to query ejabberd / xmpp server (passing user JID?) to find out what chat room(s) this user is currently in? If not, can we query jabber server to get a list of all active ...
1
vote
3answers
94 views
HTML5 simple chatroom
What I would like to do is a simple HTML5 chatroom, nothing fancy, once someone says something it sends it out to everyone currently connected to the server and that's it. No storage, nothing complex. ...
1
vote
2answers
70 views
JTextPane or JEditorPane for a Chatroom
I have to make a chatroom like this one :
The message displayed also have to show the smileys and everything myst be copy/pastable like in Skype.
I don't know what to choose between the JEditor ...
1
vote
1answer
47 views
Java Swing Chatroom in a JTextPane?
I am looking for good advises in order to make this chatroom :
with Java Swing. I have bee trying all the java swing components for 3 days but I still don't know what to choose.
The container will ...
1
vote
1answer
257 views
How to create a basic chatbot/auto responder based on browser contents? (Applescript, or other recommendations?)
I am a (very) beginner programmer and I am wondering if it would be feasible to write a very simple chat room bot which is fairly dependent of what kind of chat room is being used.
The scenario is ...
1
vote
1answer
106 views
How to keep track of the number of active user in a Channel API chat
I'm working on a small chat using the google Channel API and appengine. Is there an easy way to know how many users are active on the chat?
Thanks,
David
1
vote
3answers
182 views
Programming a Chatroom, where to start?
I want to create a chatroom, but I am not entirely sure where to start.
I have programming experience in C and Java, and I am willing to learn. I would like to use either html5 or php, but this may ...
1
vote
4answers
701 views
multi client/server chat program in c#?
the clients will be able to chat one-to-one and in group (temperately rooms)
similar to Skype.
I will use the server to authorize the clients
my question is which is better to go with?
(WCF) or ...
1
vote
2answers
162 views
implementing a chat room
I want to create a chat room server based. I want to be doing requests every 1 second to the server to see if new data is available.
However, knowing that there are more than 2 users in the chat ...
1
vote
3answers
1k views
Chatroulette Clone - Way to do it without Adobe?
Is there any way to make a site like Chatroulette without Adobe's software (Cirrus and Flash)?
How?
1
vote
4answers
1k views
1
vote
1answer
172 views
What's the best UI Controls to use for a ChatRoom application?
I would like to create a simple chat room like GUI interface that will create an entry for each line spoken in the following format:
Person1: Hello world!
Person2: Hello there.
Person3: What's up?
...
1
vote
2answers
175 views
Scalable chat site in python
Hey guys, I have an idea that I'd like to start implementing that at the crux of it, will basically be a chat website, and will need to support multiple rooms. Quite frankly, I'm not too sure where to ...
1
vote
4answers
197 views
Unique colors for each user
In my web app I have a chatroom. I wish to have each user's name to be colored differently rather than having them all black. What is the best way to achieve this? Should I store the RGB/HEX code for ...
1
vote
7answers
4k views
How to make a chat room script with PHP?
Several visitors connect to http://site.com/chat.php
They each can write and send a text message to chat.php and it displays instantly on everyone's browser (http://site.com/chat.php)
Do I have to ...
0
votes
1answer
32 views
How to create a chat room using XMPP in iphone?
I have an application in which i am using one-to-one chat. Now i need group chat, i know it is possible with XMPP, there is a class XMPPRoom.h, using which we can create a room or join a room.But i am ...
0
votes
1answer
66 views
In a chat room implemented using PHP & jQuery ajax method, how can i put emoticons/ smileys?
I created 3 pages- mainpage.php, post.php, display.php.
mainpage has the main chat interface with a div id 'chatbox', and a textarea with a submit button. On click of the submit button, use jQuery to ...
0
votes
1answer
36 views
How to build a chatroom which new channels can be created during server running?
Having read posts about node.js for a long time, I tried to write my own style of chatroom with socket.io .
Here's the link, but only one channel: http://zhonglichat.cnodejs.net/
Here's what I'm ...
0
votes
1answer
25 views
Cookie Overflow & Association Errors
I'm creating a Ruby on Rails chatroom web application but ran into a problem while trying to update "last active" times for a user. Each "Client" model is linked to a "LoginStatus" model through an ...
0
votes
2answers
99 views
Chat-room app for mobile/tablet - is it technically possible?
I am looking to hire a developer to create an app based on an idea I have and in preparation have hit a bit of a roadblock.
For my app, part of the functionality is meant to have a chat-room like ...
0
votes
1answer
74 views
Building something like Omegle
I want to implement a Omegle like chat system on a website, which will match up 2 people in a chatroom.
The problem is that i don't know if this is possible with just PHP and MySQL, because these are ...
0
votes
1answer
104 views
iOS app Chat Service?
In my app, I want to have a chat service where users simply enter their username and they can join a chat that everyone is in so that they can talk to each other and share their scores etc....
...
0
votes
3answers
265 views
Discussion: Best way to implement a chatroom with node.js / socket.io?
I'm not really talking about the general chat app, but rather specifically about the chatroom implementation.
So in node.js/socket.io, I thought of two approaches
Create an array for each chatroom, ...
0
votes
2answers
76 views
Java Synchronization problem — Chatting multiple chatroom applications
I am developing a chat application. I have a function which processes chat messages. Each chatroom is identified by unique shortcode. Now I want that when message for one shortcode is being processed, ...
0
votes
0answers
37 views
Smack ParticipantStatusListener unreliable?
I'm implementing an XMPP client application using Jive Software's smack. For their MultiUserChat, they provide a ParticipantStatusListener which listens for events such as a participant joins or ...
0
votes
2answers
212 views
Creating a Chatbox with AJAX, HTML and C#?
I am using the Nancy Web Framework in my C# Console Application to basically create a Web Administration panel for my software. I have opted to use the Spark View Engine, as it is basically just HTML. ...
0
votes
0answers
52 views
How do I set up a basic scaffold for a chat box or list for the Gravatar or Faye Railscasts?
I know this is a simple question. But after this, I pretty much will know how to do the rest.
How can I create this chat box? (Screen shot is taken from Railscast.com because that is what I am ...
0
votes
1answer
54 views
How do I implement a text input section along with the send button in juggernaut?
I have followed the exact guidelines on github and I am on the final step of:
"That's it! Now go to http://localhost:8080 to see Juggernaut in action."
A dialog box is displayed. However, I am ...
0
votes
1answer
64 views
How do I set up a functional chat box layout with ruby on rails after I have gotten juggernaut to work?
I just finished implementing juggernaut. I ran both the redis server and juggernaut and they work fine. I have tested out the local host using irb and texts do appear.
I've basically followed the ...
0
votes
2answers
121 views
Actionscript Chat Room Help
I am trying to create a chatroom using Flash and Action script. I want it to look like and have the same functionality as the chatrooms at cam4.com (WARNING: NOT SAFE FOR WORK. DON'T CLICK THE LINKIF ...
0
votes
1answer
587 views
Problem creating a chat room with XMPP in an iOS app
I have an iphone app where I want to use chat rooms. I've installed an XMPP server (ejabberd) and downloaded the XMPP framework for iOS from google code (http://code.google.com/p/xmppframework/). The ...
0
votes
1answer
42 views
What's an efficient way to deal with a JS chat box?
Lets say I want to write an AJAX chat box, just something simple, I write some text, and it gets posted up. Lets not even worry too much about names of users in the box.
First instincts tell me to ...
0
votes
0answers
110 views
How to Develop a Voice Chat Engine? [closed]
I have a plan of starting to develop a website enabling registered users to text chat and also voice chat with the other users. Can some tell me how should I go about with the development. I mean 1. ...
0
votes
1answer
106 views
Implementation of a chat service using Restlet api
First off I'm not too familiar with restlets , just starting out. I wanted to implement a broadcast chatroom where a client sending a message would have the message broadcast to all other clients.
...
0
votes
4answers
73 views
Javascript - Not sure if my AJAX is correct, no errors but no DB entries
I'm a PHP guy and am extremely new to javascript. I'm trying to add a little simple AJAX chat program to a website I'm building. Problem is, I don't know how to test whether or not my requests got ...
0
votes
1answer
167 views
Problem with creating chat room application
I am trying to create a chatroom like application for some website. For this I am having two options:
To use socket programming and open a socket at server and connect this to all the clients who ...
0
votes
2answers
402 views
How can I integrate “chat” into an ASP.NET MVC site?
I'd like to integrate chat into my site and am open to a solution like this site's, but am open to others if they exist.
What chat sites do you know of that can integrate into an MVC site?
0
votes
2answers
130 views
Better for a chatroom app backend- Django or plain php?
I'm currently making the 2.0 version of my site that is currently a Django + ajax, php + ajax, and html + fake-ajax* based. Apart from the new features, I want to do allot of cleanup. My question is ...
0
votes
1answer
341 views
Implementing an open chat room using twitter stream api
I want to implement an open chat room where people can chat about a particular topic using twitter's streaming api, do you guys think it's feasible?
The idea is to group the chat based on a certain ...
0
votes
2answers
60 views
Language/framework to develop chat client applications to deploy across various Operating systems?
This question can be considered as extension to
Original question
is there any framework using which we can deploy the app across operating systems. Like build once , deploy anywhere ?? if not, Can ...
0
votes
2answers
127 views
How is chat usually implemented?
Consider the case in which you want to send text back and forth between computers. (This could be a 1-to-1 conversation or a 1-to-many conversation. Computers could also include smartphones.)
How ...
0
votes
1answer
110 views
Is it my jquery or php?
Edit: for some reason it seems like its refreshing the page upon hitting the submit button... any ideas?
working on this simple chatroom script using ajax and kohana php framework. I can't seem to ...
0
votes
3answers
301 views
Storing chat conversation in key->value (noSQL) database?
I am thinking about writing a quick chat application for a client to help them solve some of their communication needs. Clearly, writing a simple chat is no brainer, but the company have serious ...