Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sending Jabber chatrom messages for all, even offline chat users #11

Open
MurzNN opened this issue Jan 27, 2016 · 1 comment
Open

Sending Jabber chatrom messages for all, even offline chat users #11

MurzNN opened this issue Jan 27, 2016 · 1 comment

Comments

@MurzNN
Copy link

MurzNN commented Jan 27, 2016

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 MurzNN changed the title Sending chatrom messages for offline users Sending Jabber chatrom messages for all, even offline chat users Jan 27, 2016
@twonds
Copy link
Owner

twonds commented Jan 27, 2016

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants