You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can we implement offline queue based on resource; we want to get offline queue data for each resource not just for user;
currently mod_offline just stores the messages for user / jid but if user has multiple resources then offline messages delivers only to the first connection resources and others needs to sync with messages archiving (that is not a good idea as offline queue is already there).
If we can anyhow add a feature or config to store the data for each resources as well then this will be a great choices for multi resource connections too.
Thanks in advance;
Sandeep J.
The text was updated successfully, but these errors were encountered:
MongooseIM version: latest
Installed from: source
Erlang/OTP version: latest
Hi,
Can we implement offline queue based on resource; we want to get offline queue data for each resource not just for user;
currently mod_offline just stores the messages for user / jid but if user has multiple resources then offline messages delivers only to the first connection resources and others needs to sync with messages archiving (that is not a good idea as offline queue is already there).
If we can anyhow add a feature or config to store the data for each resources as well then this will be a great choices for multi resource connections too.
Thanks in advance;
Sandeep J.
The text was updated successfully, but these errors were encountered: