We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
MongooseIM version: 4.0.1 Installed from: source
Describe the issue.
I want to store muc light message in mod offline table. Is there any configuration I have to do it in toml file to store the muc light messages.
The text was updated successfully, but these errors were encountered:
store_groupchat_messages is the option you are looking for. it should be supported at 4.0.1, just not documented.
however, we highly recommend to use MAM MUC storage instead of mod_offline for MUC/MUC-light. you can find more details here - #2992
Sorry, something went wrong.
No branches or pull requests
MongooseIM version: 4.0.1
Installed from: source
Describe the issue.
I want to store muc light message in mod offline table. Is there any configuration I have to do it in toml file to store the muc light messages.
The text was updated successfully, but these errors were encountered: