converse.js
converse.js copied to clipboard
Contact status is lost after a page refresh
Describe the bug When a user refreshes the page in which converse.js is running, all contacts are shown as offline in contact's list.
To Reproduce Steps to reproduce the behavior:
- Refresh a page where converse.js is running in overlay mode
Expected behavior The contact list must show the current status of each user
Actual behavior All contacts are shown as offline.
Environment (please complete the following information):
- Desktop
- Any browser
- Converse.js version 10.1.2
- Server: Prosody 0.12.0
- Converse is set to
authentication: 'prebind',auto_login: trueandauto_reconnect: true.
Additional context If any user in the list makes some change in it's status (eg. from Online to Busy or set a custom status) this change is correctly immediately reflect on the list which is presenting the erratic behavior.