Is it possible to do this with openfire?

Hi everyone

I’m newbie here
I want to do something like when user’s job finished then my website will show notifications to user
server > openfire > user
I want to know that is it possible to get the count of user’s unread messages like whatsapp/facebook…etc.
I find database schema but I can’t find any attributes like unread.

thanks !

No, there is no option or plugin to show such notification.

Openfire is not counting unread messages as it doesn’t know that. This is a client side option to know what has been read or not (at least with Openfire, maybe Whatsapp has it done on the server, don’t know). Openfire only stores offline messages, but that’s not the same.