palaver icon indicating copy to clipboard operation
palaver copied to clipboard

Sending Jabber chatrom messages for all, even offline chat users

Open MurzNN opened this issue 9 years ago • 1 comments

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!

MurzNN avatar Jan 27 '16 16:01 MurzNN

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.

twonds avatar Jan 27 '16 19:01 twonds