-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
is this possible to create one group and add members without members consent in swift #1217
Comments
You can edit privileges without an invite |
i tried it does not work for me. what I need is if someone invites me to a group means I will add that group automatically ? i tried that code :
but the issue is it added in the roaster list, not in the group list |
Invites, presences and privileges are totally different things, you can modify room privileges and add any JID to members list without any user consent. |
in didFetchConfigurationForm, I will give only this thing. can I give any additional config for join users without any user consent like WhatsApp @vitalyster ?
|
How room configuration is related here? You can not force other users to join the room |
oh okay. is this not possible to add a user first-time auto-join right? once they accept that invitation or press the join button is the only way for the first time to join right? |
I'm new in XMPP framework in swift , can you please guide @vitalyster |
if i create one group and add members using
inviteUser
and addeditPrivileges
as a Member.My question is I create one group and add members without member consent? @vitalyster
The text was updated successfully, but these errors were encountered: