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 can I create a form post that will take a name some one posted and forward to a url ie http://chat.playio.net/index.php?autojoin=Usercreateddata

I was trying to make a simple form where some one can enter a chatroom name they wanted and hit create button and it will forward them to a url. Exp. I wanted to create a chatroom called music. I type in music and hit the create button. The page…
0
votes
2 answers

Java Group Chat Application: Knowing if groups have users currently active

For the past 2 weeks, I have been working on a java group chat application. So far a user can login and join groups created by other users. The user can also send chat messages to each other inside of each group. The message distribution is handled…
0
votes
1 answer

User created chat rooms in Tigase

In Tigase, how a connected user can "creates chat rooms" which are visible to all the contacts in roster so that any of them can "join" the room (with creator’s permission) Thanks!
Atul
  • 3,778
  • 5
  • 47
  • 87
0
votes
3 answers

/PM regex syntax for sending message in chat-room

I am working on a AJAX/PHP chatroom and am currently stuck on the regex to detect if a user has send a PM & then work out who it is too and what the message is. If the user types something like /pm PezCuckow Hi There you so awesome! I would like…
Pez Cuckow
  • 14,048
  • 16
  • 80
  • 130
0
votes
1 answer

Create shoutbox(chat room) in liferay by using primepush

I would like to create a shoutbox(or chat room) to my community, so any solution for that ? Demo image: Thank in advance :)
Rong Nguyen
  • 4,143
  • 5
  • 27
  • 53
0
votes
2 answers

ASP.NET: What is the best chat room component out there?

What are all the best / most popular ASP.NET AJAX chat room components out there and how do they weigh in terms of robustness, flexibility, portability?
Matias Nino
  • 4,265
  • 13
  • 46
  • 63
0
votes
1 answer

How to synchronize global variable access in Node.Js. Is nodejs is right choice for chat room application development?

Is NodeJS capable of supporting a multi chat room application, where clients subscribe to chat room through HttpLongPolling and WebSocket ? When I think about chat room solution, I do see there is need of sync blocks while broadcasting to long…
0
votes
1 answer

Simple java chatroom

Quite simple I want to create a chatroom that accepts multiple clients all of which can assign their own ID. Whenever they input anything it is sent to all users. Currently I have a echo client server where the client inputs something and it is…
James
  • 139
  • 3
  • 7
0
votes
2 answers

how to retrieve the vector element for the current thread? chat room server

im creating a chat room server using multithreads and vectors. every new users gives their nickname and i stored the nicknames in a vector. but i don't know how to retrieve the vector element for the current thread. this method bellow is in the…
0
votes
1 answer

Is there a XMPP method to get the number of rooms already present on a server?

Is there any predefined method in XMPP to get the number of rooms already present on the openfire server. I have made a thorough search but I am unable to get the good and working answer. Please let me know how can I get the rooms available on…
Gaurav Arora
  • 8,282
  • 21
  • 88
  • 143
0
votes
1 answer

Chat room refresh in JavaScript

I'm working on a chatroom type thing where users type in text and hit enter and it gets posted to the main page. I built it with PHP. I have a working model, however to see new posts you have to click the refresh button in the browser. Is there a…
Kyle Morgan
  • 660
  • 1
  • 11
  • 21
0
votes
1 answer

Javascript spam script code filter

I am hosting a chatting site, and I put a java script on there to stop spamming. If someone posts the same sentence or word, it will not post a second one. I've recently noticed someone using a different spam technique by saying the same word, but…
Ponder
  • 25
  • 3
0
votes
1 answer

js upload function?

Is there a built in function in js to upload data to a server? I have this online chat I have just started building and I have the text input and so far it saves the data and you can chat with yourself. What i really want is to upload it to a server…
0
votes
2 answers

I have mistake in my gloox bot

I have gloox Bot. I'm trying to create MUC room handler, but now I have mistake, when I compile it under gcc. class MucHandler : public MUCRoomHandler { private: Client *client; public: MucHandler(Client *cl){ client = cl; } …
Maria
  • 515
  • 4
  • 17
0
votes
2 answers

How to create MUC in gtalk using python xmpppy

Can anybody help me to fix this code, I really need it, but have no idea what to do next. I need to create a groupchat and send messega to invited persons, now it is example2@gmail.com, but it does not... Is there mistake? #!/usr/bin/python import…
Maria
  • 515
  • 4
  • 17