You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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: true and auto_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.
The text was updated successfully, but these errors were encountered:
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:
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):
authentication: 'prebind'
,auto_login: true
andauto_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.
The text was updated successfully, but these errors were encountered: