robbiehanson / XMPPFramework

An XMPP Framework in Objective-C for Mac and iOS
Other
5.91k stars 2.09k forks source link

1. Take more time to become occupant of the group, 2.Auto create Group if not found on server from local bookmark details. #1199

Open ghost opened 3 years ago

ghost commented 3 years ago

Hello there, Thanks for the help in advance.

  1. When an Id joins a group, it takes some time for the participant to become the occupant of the group. What could be the reason for this, can you guide us in any way to resolve this issue/reduce the time taken

  2. If a particular xmppID has groups stored in bookmarks but the group is deleted from the server. If the ID tries to join that group will XMPP create a new group with the details of the deleted ones. The issue we are facing is, when an ID comes online, the app sends requests to create groups that don't exist on our server anymore. In what case will the library try to create a group that does not exist on the server?

Please help me to fix 2 issues.