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
Converse.js shows contact as online but openfire shows as offline in sessions. Every user on Converse.js appears to be offline, now message is delivered.
To Reproduce
Steps to reproduce the behavior:
Using Openfire v4.8.3 and Converse.js v10.1.7 with the following initialization:
Open two different browsers with two different users
Add and text each other.
See error. No message is delivered.
On the browser console, this is shown at every login and when i try to change status: Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'digest') at generateVerificationString (utils.js:24:36) at createCapsNode (utils.js:33:22) at addCapsNode (utils.js:43:27) at Object.callback (index.js:18:56) at events.js:59:58 at async XMPPStatus.constructPresence (status.js:88:20) at async Object.send (presence.js:25:30)
The text was updated successfully, but these errors were encountered:
I'm just a visitor here 🤗 Saw that you set locked_domain to true, but I think you should set your domain there instead.
And about the user status issue, I always have this problem with xmpp, also when using Gajim/Conversation, there is a mix of statuses 😩 Annoying indeed.
Describe the bug
Converse.js shows contact as online but openfire shows as offline in sessions. Every user on Converse.js appears to be offline, now message is delivered.
To Reproduce
Steps to reproduce the behavior:
Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'digest') at generateVerificationString (utils.js:24:36) at createCapsNode (utils.js:33:22) at addCapsNode (utils.js:43:27) at Object.callback (index.js:18:56) at events.js:59:58 at async XMPPStatus.constructPresence (status.js:88:20) at async Object.send (presence.js:25:30)
The text was updated successfully, but these errors were encountered: