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
1
vote
2 answers

SleekXMPP Muc Room List and Discovering

I'm new to XMPP :) I've been working with Ejabberd and sleekXMPP. My question is How can online rooms are listed with sleekXMPP? Thank you
1
vote
1 answer

In a mobile app on BlueMix, how the users can be easily grouped (authorization)

I am building a mobile app based on the BlueList example on Bluemix. I need to add a feature that the login users can be grouped and only users within certain groups get the notification. Like a chatroom app. What is an easy to use BlueMix services…
Zheng Xie
  • 415
  • 3
  • 13
1
vote
2 answers

xmpp - how to get room chat history

I am using the iOS xmppframework. I want to get room chat history when needed. Such that there is a button, when click the button, 20 history messages will be received each time. If I have 100 history messages, I click the button 5 times, then I…
xhsoldier
  • 575
  • 6
  • 31
1
vote
1 answer

Implement group chat using ejabberd

I want to implement group chat like What's App MUC(room chat) has some limitations: 1. user can not get the history of which rooms he has joined. 2. if the invited user is not online, then the user can not join the room and get the message. Multi…
xhsoldier
  • 575
  • 6
  • 31
1
vote
2 answers

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 begin with regards to setting up a very…
moose
  • 77
  • 1
  • 4
1
vote
1 answer

AutoCompleteTextView that triggers on "@"

I have a chatroom Android app that I am making and I have a list of users that I would like to be autocompleted in the text view when there is an "@" typed. So when a user types @ I would like a drop down of the users in the room to appear but only…
1
vote
1 answer

Getting notified when a new message is sent to a chat room (when the chat room isn't joined)

For group chat, I would like to update the unread badge in my chat list view whenever a new message is sent to a chat room. However, if the room isn't joined, I don't get notified via chatRoomDidReceiveMessage:fromRoomJID. Is there a way to get…
ken
  • 3,897
  • 3
  • 22
  • 28
1
vote
0 answers

Socket.IO 1.2.0 client rooms

When I disconnect from a Socket.IO server, the socket has no rooms in the clientSocket.rooms array. How can I get the rooms he has and will be disconnected from. Does the disconnect from rooms happen before the disconnect event on the socket and is…
Jānis Gruzis
  • 905
  • 1
  • 10
  • 25
1
vote
1 answer

Creating Chatroom in ASP.net

I am trying to create a basic chat room just to enhance my programming and logical skills, but I can't figure out the functionality here. The question which is bothering me is whether should I include database or not? (p.s: I don't want to record…
Ajaz
  • 93
  • 1
  • 1
  • 14
1
vote
1 answer

Get the rooms in which you have been invited

There is a way to get the rooms in which you have been invited? thanks in advance.
1
vote
0 answers

How to use Django (Class)Views for a particular

I am relatively new to Django . I want to integrate Django-chatrooms(https://github.com/qubird/django-chatrooms) App into my project . This app has 3 different URLs (1.Available-ChatRooms list 2.Set-guestname/Login 3.Room(actual chat interface)) .…
1
vote
1 answer

socket io send message to a user in a room

I am using nodejs and socketio. I made a private chat app which sends message to selected user. My current code is : chat_room.sockets.socket(user).emit( 'chat', { message : message, …
Niraj Chauhan
  • 7,677
  • 12
  • 46
  • 78
1
vote
2 answers

Java Chat Room- Why am I getting a SocketException?

I am making a chat room using simple socket-socket connections. I have a server and client program. The server runs on port 225, and then when I run the client on port 225 so that they can read/write to the sockets, the client instantly stops with…
Bl H
  • 133
  • 4
  • 12
1
vote
1 answer

Candy webclient with Openfire, not working complete

I have set up the Openfire xmpp server and it's running good from a client, but i want to use candy with it to create a chatroom (muc), my settings in openfire work and so there is a conference.blabla.nl, that conference server i can connect with…
1
vote
1 answer

Client server tcp/ip chat room application

I have stored all port numbers of client connected to my server in linked list. Want to send message to all clients connected to server. so client1 send message to server ,server sends this message to all other clients connected,but how should i…
c-vang
  • 61
  • 1
  • 2
  • 14