I'm using ejabberd as xmpp server, and I'm trying to receive some notification from a multi user chat room when the user is not present at the chatroom , to accomplish this I've subscribed the user to the chat room, but at the end, on the frontend I use converse.js, there is no such notification.
The ejabberd endpoint get_subscribers returns the desired user. But as I said there is no notification in the client.