Majic Projects
Majic Ansible Roles
Go to the previous open issue
Go to the previous issue (open or closed)
star_faded.png
Please log in to bookmark issues
icon_project.png Majic Ansible Roles / Closed Feature request MAR-174 Enable modules in Prosody that improve handling of message synchronisation across multiple XMPP clients
action_vote_minus_faded.png
0
Votes
action_vote_plus_faded.png
Go to the next issue (open or closed)
Go to the next open issue
This issue has been closed with status "Closed" and resolution "RESOLVED".
Issue basics
  • Type of issue
    Feature request
  • Category
    Not determined
  • Targetted for
    5.0.0
  • Status
    Closed
  • Progress
  • Priority
    Not determined
User pain
  • Type of bug
    Not triaged
  • Likelihood
    Not triaged
  • Effect
    Not triaged
Affected by this issue (0)
There are no items
People involved
Times and dates
  • Posted at
  • Last updated
  • Estimated time
    2 hours
  • Time spent
    No time spent
    Click here to see time logged against this issue
Issue details
  • Resolution
    RESOLVED
Attachments (0)
There is nothing attached to this issue
Duplicate issues (0)
This issue does not have any duplicates
Description

Very often the users have either multiple XMPP clients running at the same time, or they frequently switch back-and-forth between them. For example, a user might be logged-in via desktop application, only to log-out from there and continue the chat via phone application. By default this means that only partial conversation is available under both clients, making it a bit harder to archive/store the chat history, as well as to get a full grip on past conversations.

In order to be able to have the same messages appear in multiple XMPP clients connecting to Prosody (deployed via the xmpp_server role), it would be useful to enable additional modules that implement the relevant standards - (XEP-0280: Message Carbons and XEP-0313: Message Archive Management. These two combined should handle both the situation where multiple clients are connected at the same time, and when one of them is currently offline.

The following should be done:

  • Update the xmpp_server role.
    • Enable mod_carbons and mod_mam modules via Prosody configuration.
    • Introduce parameter xmpp_server_archive_expiration for controlling mod_mam configuration option archive_expires_after.
  • Update tests.
  • Update usage instructions (if relevant).
  • Update role reference documentation.
  • Update release notes.
Todos (0 / 0)
There are no comments