Questions tagged [groupchat]

54 questions
1
vote
0 answers

Telegram Group Filtering

I've been using an open source version of Telegram called Bettergram, which claims to be the same protocols. Whether that is true or not to the side, I realized that even though Telegram does not allow pornography, there's a crap ton of it floating…
Exosylver
  • 135
  • 1
  • 14
1
vote
1 answer

Bot-framework bot creating groupchat

I have a bot-framework bot integrated to MS Teams, and I need it to create groupChats of members in it's team, with the bot in the chat as well. Is there any way to achieve that? I could not find any mention of creating or in any other way…
Itay Davidson
  • 55
  • 1
  • 6
1
vote
0 answers

RTCPeerConnection API with Multiple peers

I have a complex logic code built in order to make a group chat between more than 2 peers by using RTCPeerConnection API. The simulation of what happens exactly as follow: Let say we have 3 peers A, B, and C, the connections created from A to B and…
Suhayb
  • 11
  • 2
1
vote
0 answers

Openfire: Found user that never left a previous conversation

We're facing few weird issues while using open-fire for one to one and group chat. Following are the configuration and third-party libraries we're using to achieve web chat functionality. Version of Openfire is 4.1.4 Version of PHP 5.5 MySql -…
Mohit Tanwani
  • 6,608
  • 2
  • 14
  • 32
1
vote
1 answer

Exited group is still showing in group list xmpp

XMPPJID *servrJID = [XMPPJID jidWithString:@"conference.localhost"]; XMPPIQ *iq = [XMPPIQ iqWithType:@"get" to:servrJID]; [iq addAttributeWithName:@"from" stringValue:[[self xmppStream] myJID].full]; NSXMLElement *query = [NSXMLElement…
Hima Seta
  • 11
  • 3
1
vote
2 answers

Can a bot in a group conversation know when a user is talking to it

I'm writing a BotFramework bot, and have integrated it with Slack and Teams and in 1-to-1 chats it's working quite nicely. I'd like to have it work in a group channel as well, but I don't want it to respond to every comment (as most responses would…
Zhaph - Ben Duguid
  • 26,785
  • 5
  • 80
  • 117
1
vote
0 answers

group chat approaches for crowds

I'm planning to write a group chat platform to use in crowded situations, like events, parties or shows, for example. the simple approach would be to put everybody in the same room. but having a thousand people talking in a same room doesn't work.…
weeanon
  • 821
  • 10
  • 17
1
vote
0 answers

XMPP Group showing room to all users

Working on XMPP Groupchat in iOS. I am successfully able to create a group using below code NSString *groupName=[NSString stringWithFormat:@"%@@conference.myserver.com",self.groupNameTxtFld.text]; XMPPJID *roomJID = [XMPPJID…
Rafeeq
  • 153
  • 2
  • 10
1
vote
0 answers

Groupchat file transfer like Skype in C#

I am developing Windows chat application in C#.net using XMPP of agsXMPP library,for which I need to transfer files to group which could be downloaded by group members simultaneously, like Skype. In XMPP there is outbound data transfer for this, but…
1
vote
3 answers

How to send composing / is typing (Chat states) event in Multiuser chat / Group chat & One to One chat in xmpp android?

I want send composing event in Group (Multiuser) chat in xmpp, I am using asmack library, I have done same functionality with One to One chat. I am using below code: mMessageEventManager = new…
Rons Jackos
  • 75
  • 4
  • 9
1
vote
1 answer

XMPP Groupchat Bookmark implementation

I have read in XMPP that in case of XMPP rooms, once a user bookmarks the room , he will automatically rejoin the room on re login. But in my case bookmark is getting stored in server as when I query it back Im able to retrieve it. But rejoining is…
SIRAJ V K
  • 45
  • 5
1
vote
0 answers

What's the listener with Skype Java API to get Group message?

I search how to have listener like ChatMessageListener but for groups... For this I use skype java api 1.6. So I want to have this: @Override public void chatMessageReceived(ChatMessage arg0) throws SkypeException { ... } @Override public void…
RolynDev
  • 11
  • 2
1
vote
0 answers

didReceiveInvitation does not work ios xmpp after sending invitation to users

I am working on group chat in IOS using xmpp. I can create the group successfully but after i invite the users didReceiveInvitation method does not call on other device. Below is my code. - (void) createGroupOnServer:(NSString *)groupName…
sajjoo
  • 6,576
  • 20
  • 65
  • 86
1
vote
1 answer

QBRoomChatManager class not present in later Quickblox library - quickblox-sdk-release-2

Below link shows the latest documentation from Quickblox for Room Chat: http://quickblox.com/developers/Chat#Group_chat Code to integrate: QBRoomChatManager roomChatManager = QBChatService.getInstance().getRoomChatManager(); But this class is not…
razor_4040
  • 73
  • 1
  • 4
0
votes
0 answers

Building whatsapp group chat clone with notifications feature

I'm planning to build a community platform app in react native. The use case would be for any user to join those communities just like an whatsapp group and interact with other members. Now i'm stuck planning for stack and technologies to be…
Deep Shetye
  • 143
  • 1
  • 7