Questions tagged [groupchat]

54 questions
0
votes
0 answers

SocketIO ReactJS NodeJS - socket.io doesn't displays Message fom server

enter image description hereerror , listen for incoming messages from the server ?enter image description here error listen for incoming messages from the server je ne peut pas affichier les messages cote frontend : react js ?
hsan
  • 1
0
votes
1 answer

Ejabberd bookmarks vs subscribe in a typical group chat

I am working on a group chat application using ejabberd. Usecase: What I want to develop is a whatsapp like group chat. User once joined the group chat they must be able to receive the message until they intentionally leave the chat. What I tried …
Vipin CP
  • 3,642
  • 3
  • 33
  • 55
0
votes
1 answer

WebRTC: Group video chat - create offer and send answer

I have a problem with WebRTC group chatting. [I have achived this on my code] client-1 create's offerSDP for client-2 client-2 accepts the offerSDP and replay answerSDP to the client-1 (the creator) client-1 accept and set it as remoteDescription.…
0
votes
1 answer

Can you create a MS Teams group chat with a /pop via a MS Graph call or any other way that the chat box is popped out of MS teams?

I am looking to create a groupchat within a C# MS graph call that pops out the windows from MS Teams. Anyone ever done that before and have a code sample which pops the chat window from the Teams on creation?
Lippy1m
  • 11
  • 2
0
votes
1 answer

Conversejs groupchat subscriptions (ejabberd)

I have been struggling to configure a group chat using conversejs and ejabberd. From the documentation I've stumbled across, it seems like it is possible to have a persistent group chat that users can be subscribed to, which will allow them to…
0
votes
1 answer

Mesibo - unable to get callbacks on group member addition

I am using mesibo for one of the chat apps that I develop. I have listeners for incoming messages, user status change, etc. I am not sure how does mesibo notifies the client when the client is added to a group. I am sure it is a real time…
gladiator
  • 1
  • 3
0
votes
1 answer

agsXMPP, Create muc room "Only occupants are allowed to send messages to the conference"

I need help with agsXMPP user (testz2@mx.testserverz.info) authorization is successful the user testz2@mx.testserverz.info created muc room (group chat) testconfa@conference.mx.testserverz.info 3.the user testz2@mx.testserverz.info send request to…
0
votes
1 answer

New User in XMPP?

I have established the connection to XMPP server. My question is if there is a Chat Room and new user wants to join, Should I user below Smack class to get it registered? AccountManager accountManager =…
Atif
  • 11
  • 1
  • 7
0
votes
1 answer

How to enable bot to find Skype group chat it was added to previously?

I am creating a bot with Microsoft Bot Framework that is supposed to, when receives notification from CI server, notify about build events participants of a particular chat group in Skype. I don't quite get it, when I've added Skype bot to the chat,…
Maxim V. Pavlov
  • 10,303
  • 17
  • 74
  • 174
0
votes
2 answers

XMPP - Using lib Smack remove user from group(conference) in MUC

We are integrating MUC in our app for group chat. where we can create group(conference) and adding members. Questions are- Removed member still getting group messages. What is proper way of remove a member from group? How to get total members of…
Kalu Khan Luhar
  • 1,044
  • 1
  • 22
  • 35
0
votes
0 answers

can't receive group message using xmpp

I can't receive group message on this method. - (void)xmppStream:(XMPPStream *)sender didReceiveMessage:(XMPPMessage *)message { NSLog(@"Message received description === %@",[message description]); } -(void)sendGroupMessage:(NSString…
Kaushik Movaliya
  • 799
  • 11
  • 27
0
votes
1 answer

How to fetch all user created Chat Rooms List from the Openfire Sever USING Asmack

I am creating group chat application where multiple user can communicate with each other. I can't understand how can I fetch all the user created chat room from the openfire server using smack api.
tarun bhutani
  • 31
  • 1
  • 3
0
votes
1 answer

Multiuser chat using smack not getting message listner

I am developing chat app using smack libary. I have issue in group chat. In my app i am creating group and in that members are auto joined.i want to notify all user when i send message in group even if they had not initiated chat.My code is as…
Jinal Patel
  • 699
  • 5
  • 15
0
votes
2 answers

Retrieve Data from pubnub Android

i never worked with pubnub earlier , so just want to get some guideline from you all , as my requirement is somewhat like , i need to make group chat application where i will be passing data from my application to Server using RestFull Apis and The…
user2028
  • 163
  • 4
  • 15
  • 40
0
votes
1 answer

Getting MucConfigurationNotSupportedException In android smack 4.2.0-beta1

I am developing chat application for one to one chat and group chat. I have successfully done one to one chat. Using the below link I have created Group chat. Link to create Group chat in smack 4.2.0-beta1 I can see the group in admin panel but…
MathankumarK
  • 2,717
  • 1
  • 17
  • 34