Questions tagged [groupchat]
54 questions
14
votes
4 answers
Persistent XMPP MUC (XEP-45), like WhatsApp groupchats
From the spec —
7.14 Exiting a Room
In order to exit a multi-user chat room, an occupant sends a presence
stanza of type "unavailable" to the it is
currently using in the room.
Example 80. Occupant Exits a Room

p0lAris
- 4,750
- 8
- 45
- 80
8
votes
2 answers
Android - WhatsApp Group ID / Open group chat
after long Googleing which didn't brought the result I hoped it would, I have two questions about accessing WhatsApp from another Android app.
First of all I want to explain my current development status:
Wrote an app with which you can share some…

HSV_DO
- 99
- 1
- 1
- 9
8
votes
3 answers
XMPP Group Chat Android
I implemented a Group Chat mechanism in my Android where I have created groups and add members through REST API Plugin of Openfire. sending messages to to the same group not delivering messages to all members of the same group. Please see my Error…

Sanat Pandey
- 4,081
- 17
- 75
- 132
6
votes
1 answer
Create Group like WhatsApp, BBM in XMPP with (a)Smack
Can I implement groupchat like WhatsApp or BBM in XMPP Asmack? I'm using Openfire Server.
I already implemented the basic multiuserchat in XMPP (http://xmpp.org/extensions/xep-0045.html), but it's not contain all the features that i needed.
I need…

Richard Kesuma
- 81
- 5
5
votes
0 answers
how to get group chat history from xmpp server php
I need to get group chat history from Openfire with JAXL library.
I am using JAXL library for open fire connection and chat purpose, but it doesn't get me the group chat history, when user is login at a time other user send message than that…
user7424739
5
votes
2 answers
Fetch joined members list from group, xmpp;
I'm trying to fetch joined member list from particular group based on room JID, there are couple of method exists, mentioned below:
MultiUserChat.getMembers(); It return XMPPError: forbidden - auth
MultiUserChat.getOccupants(); It return self…

RobinHood
- 10,897
- 4
- 48
- 97
4
votes
2 answers
How to create group chat using firebase in android app
I am trying to create groups of some selected users on firebase.
But firebase creates group of all users available on firebase database. Is it possible to create group of list of users (not all) programmatically? Any hint may be very helpful to me..

Megha Pawar
- 115
- 1
- 5
3
votes
2 answers
How can I implement auto join for XMPP room in iOS
I want to do Auto Join room in XMPP group chat.
I have all of group created from back end Server, first time i join the room but when i disconnect from XMPP (out of the app) and back inside app and re-connect xmpp, I again need to join the room.
In…

Chirag Lukhi
- 1,528
- 17
- 41
2
votes
0 answers
you don't have appropriate permissions to perform this operation in quickblox
I am try to add or remove OccupantsIDs using following methods.
1)Add OccupantsIDs
objChatDialog.pushOccupantsIDs = newAddUserList
QBRequest.update(objChatDialog, successBlock: { (QBResponse, QBChatDialog) in
}, errorBlock: { (QBResponse)…

Niraj
- 89
- 9
2
votes
2 answers
Can't able to receive group chat messages using smack-android:4.1.4
I am developing chat app using smack library. I have an issue in group chat. In my app, i am creating a group and in that members are auto-joined.i want to notify all user when I send a message in the group even if they had not initiated a chat.My…

Mahesh Kavathiya
- 573
- 5
- 23
2
votes
1 answer
Group Chat Feature
I want to add a chat to my xamarin.forms app.
I've read alot of documentations about creating chats in c# but still I couldn't get an answer some of my questions:
What is the best(performance) way to create a chatroom(like a groupchat) i've read…

Felix D.
- 4,811
- 8
- 38
- 72
2
votes
0 answers
Download entire group chat history from openfire
I am using openfire as chat server and JsJac as client library for chat web application. JsJac working fine with one to one chat and groupchat. I have added monitoring plugin in openfire for message archiving. Now I want functionality of downloading…

Devz
- 603
- 6
- 18
2
votes
2 answers
How to get offline message of group chat from Openfire
Is any way in xmpp that i get offline message of MultiUserChat, when my user login and join room.
I want implement group chat like WhatsApp, Is any other way to implement this please suggest
Thanks in advance

Lokesh
- 3,247
- 2
- 33
- 62
1
vote
0 answers
Unlock hidden messages on Telegram Grous
Now, in the latest updates in Telegram, there's a feature that let's the admins of a group hide/lock the previous sent content on a group, but now, is a new member wants to be unlocked, the content is permanently blocked for new members, even if the…

pappop
- 11
- 2
1
vote
1 answer
aws cognito - allow group-chat participants access to s3 bucket
I'm implementing an iOS app with group-chat support, where users can add photos, other files.
Decided on AWS S3 as storage back end, using Cognito Federated Identities to authenticate upload/downloads - data pumped to/from S3, not via our…

Lactose.Int.Robot
- 71
- 8