palaver
palaver copied to clipboard
Sending Jabber chatrom messages for all, even offline chat users
Does this chat component support sending messages from chat to offline users? If yes, how I can enable this feature for chat?
I need chatroom, in which each message must be received by each chat user, even if it have offline status, but can't find any solution. Hope your project can solve this problem!
It supports room history. You can configure it to persist N number of messages so when a user comes back into the room they can see those messages.
http://xmpp.org/extensions/xep-0045.html#enter-history
I hope that helps.
A word of warning. This code base is old and may have some rot. prosody (https://prosody.im/) and mongooseim (https://github.com/esl/MongooseIM) are both good xmpp servers with MUC support.