Questions tagged [chatroom]

Chatrooms are places where multiple users can communicate online and talk about a specific topic.

Chatrooms are places where multiple users can communicate online and talk about a specific topic. Chatrooms usually provide the option to send messages that all users (from the chatroom) will see, as well as see a list of all users and their status. Often the chatrooms provide the option for personal messages - you can select a user from the chatroom user list, and send a message only to that user.

227 questions
0
votes
2 answers

how to print out message straight away? java chat room

I have a server/client chat room. When the client connects to the server, and sends a message, the client program prints out the message that it sent, but on another client program that is connected to the server, it does not print out until the…
Bl H
  • 133
  • 4
  • 12
0
votes
1 answer

Can I make a chatroom for a network?

As an example if I have a small group of people at a college and I want to create a chat room application which each user can download and then open to view list of all available users to talk to and click one of the users in a list then a window…
Bulvak
  • 1,794
  • 8
  • 31
  • 63
-1
votes
2 answers

How to finish making a scrolling chatroom?

I am programming a chatroom for my website, and I've came a long a bi of a snag. Hopefully you all can help me =) Anyway, I am wondering if there is a way to manipulate MySQL or PHP to make them return information backwards. I have tried using ORDER…
-1
votes
1 answer

How to get non-ansi string from external application displayed correctly?

I want to obtain the text from a chat room. And to do that I use the Marshal class to get the string pointer and convert back to a string using Marshal.PtrToStringUni. My target string is written in Vietnamese (UTF-8, codepage Windows-1258). And I…
-1
votes
1 answer

How To Duplicate Node.js / Socket.io Server

I'm new to Node.js, and Socket.io, and for my current web development project, I have a Socket.io chatroom set up, and I need to be able to make lots and lots (Potentially hundreds) of seperate instances of it. Is there any way to do this?
Will6316
  • 71
  • 7
-1
votes
1 answer

How to re-join a group/room after login using smack 4.1

This is what i am doing:- Trying to join a group after login. connection.login(userDate.getUserId(), userDate.getUserPassword()); ****after login **** String groupName = XmppUtils.buildMUCName(results.get(i).getGroupName().trim()); …
Aris_choice
  • 392
  • 2
  • 18
-1
votes
1 answer

how to override SignalR methods in mvc 5

I am working on a asp.net mvc5 project and I want to implement chatroom with signalR So I got Microsoft.Aspnet.SignalR from nuget and I used a SignalR Hub class for hub and now i want to override OnDisconnected() method .but I get error…
myname
  • 1,159
  • 2
  • 8
  • 9
-1
votes
1 answer

Block Inappropriate Content from Chatroom

Basically, I have a chat room in an iphone app and I want to block inappropriate words from it. I have an array of these words called blackList. However, whenever I run the code below, I get the error that "use of undeclared identifier 'foundRange'"…
user2779450
  • 733
  • 1
  • 9
  • 19
-1
votes
1 answer

How can i create a javascript chatroom with features like ban or kick

So i tryed out javascript and made a simple chatroom with 000webhost.com but i cant seem to figure out how to add features like promoting people as admin or the ability to kick,mute or ban people form the chat. Sorry if this question is giving you a…
Ponder
  • 25
  • 3
-2
votes
1 answer

Create multiple chat rooms in LAN

I want to create multiple chat rooms in LAN,there is a example to define my question:In WarIII,chose LAN play,when you created a play room, then everyone in this LAN will see that room is created and choose to join this one or another. So how can I…
IsEE
  • 45
  • 6
-3
votes
3 answers

how to use netty for chatroom. flash client

all i will write chatroom use netty for server. and flash for client. The protocol use json string with "\r\n" end.I write three handler "MessageDecoder","MessageHandler","MessageEncoder". and use flash client send a message. but i get following…
fred
  • 301
  • 1
  • 3
  • 6
-3
votes
1 answer

Is there an API or something similar to respond to human language?

I've written a chat room bot for Campfire and it is programmed to handle certain keywords and commands, however I'd like to make it seem more sentient. Is there an API that can take a string such as: 'Are you a robot?' and respond with something…
John Hunt
  • 4,265
  • 8
  • 45
  • 59
-3
votes
3 answers

Best way to develop a group chat room

I'm on developing a new application. It is going to work as follows, => All the user will be assigned to a group. => When a user logs in, the home page will show a textarea to add a message with all messages of the users who are in that group =>…
-3
votes
1 answer

ios xmpproom tutorial

I've been searching for a good XMPP with chatroom tutorial. I found this tutorial helpful, but still no luck on implementing multi-user chat. Can someone give me a good reference for this? Thanks in advance.
jaxx05
  • 1
  • 1
  • 3
-4
votes
2 answers

First Steps Towards a Chatroom

I've been trying to figure out how to word this for ten minutes, so I just made an animation. This animation shows what it is I'm trying to code. I've already coded the layout and design, but I can't figure out how to make it actually function.…
1 2 3
15
16