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-242 Enable http file sharing for the XMPP server
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
There are no more issues in that direction.
This issue has been closed with status "Closed" and resolution "RESOLVED".
Issue basics
  • Type of issue
    Feature request
  • Category
    General
  • Targetted for
    9.0.0
  • Status
    Closed
  • Progress
  • Priority
    Needs to be fixed
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
    8 hours
  • Time spent
    12 hours
    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

The xmpp_server role deploys and configures Prosody, an XMPP server implement in Lua. The XMPP server allows users to easily exchange messages and files.

At the moment, the file exchange between different users happens directly. While this makes the process simple, it does have some drawbacks:

  • The exchange of files can be unreliable, requesting the users to resend the same file multiple times. At time of this writing it is not clear what the underlying problem is.
  • Files can only be sent to other users which are currently online.
  • Files can only be sent to a singular XMPP client.

XEP-0363: HTTP File Upload provides for a mechanism to exchange the files between XMPP clients via intermediary HTTP server. This allows to send files to offline users, as well as for users to download the same file via multiple connected clients.

To improve the file-sending experience, the xmpp_server role should be updated to enable Prosody's implementation of this XMPP extension.

The following should be done:

  • Update the xmpp_server role.
    • Enable and configure the mod_http_file_share component.
    • Make sure to put some kind of limits in place to avoid excessive disk usage. The limits should be configurable via role parameters.
  • Update role reference documentation.
  • Update usage instructions.
  • Update release notes.
Todos (0 / 0)
There are no comments