Closed
Description
I have allow_non_roster_messaging set to true. But when a non-roster contact sends a message, I am getting a browser notification alright, also a green bar shows up after the Contacts tab. But I could not see the message itself.
I am using dist/converse.js and dist/inverse.css, with view_mode: 'fullscreen'.
I am getting the following javascript errors in the console:
:8080/sounds/msg_received.ogg:1 GET http://localhost:8080/sounds/msg_received.ogg net::ERR_ABORTED
chat.jsp:1 Uncaught (in promise) DOMException: Failed to load because no supported source was found.
:8080/logo/conversejs128.png:1 GET http://localhost:8080/logo/conversejs128.png 404 (Not Found)
msg_received.ogg:1 GET http://localhost:8080/sounds/msg_received.ogg 404 (Not Found)
conversejs128.png:1 GET http://localhost:8080/logo/conversejs128.png 404 (Not Found)
chat.jsp:1 Uncaught (in promise) DOMException: Failed to load because no supported source was found.
converse.min.js:304 Uncaught TypeError: Cannot read property 'firstChild' of null
at P.n.switchTab (converse.min.js:304)
at n (converse.min.js:275)
at HTMLDivElement.a (converse.min.js:283)
Any help will be deeply appreciated.