-
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
When i terminate app MUC group chat members are getting removed #1212
Comments
Any opinion on this? |
@robbiehanson Can you please suggest us on this? |
Instead of rejoining the room every time, do set the presence of the group when the user relaunches the app. Set presence with below code function iterate through all your group's name and set presence:
Define below function in your XMPPController class:
Hope it will works for you. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When i terminate app MUC group chat members are getting removed, i have to join them again while coming back to app from bookmarks? We do not want to rejoin again and again. Can someone please suggest way how to avoid rejoining.
In Android smack there is provision for auto-rejoin.
Even from Openfire back end we have managed code to do not remove.
So Android is working fine, iOS is removing users.
Please do suggest.
The text was updated successfully, but these errors were encountered: