comparison mod_file_management/README.markdown @ 3663:d43623bdf91b

mod_upload_file_management: Add this new module, for now only listing files uploaded by a user as an admin.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Sun, 01 Sep 2019 01:13:12 +0200
parents
children
comparison
equal deleted inserted replaced
3662:a6c51f380777 3663:d43623bdf91b
1 ---
2 description: File management for uploaded files
3 labels: 'Stage-Alpha'
4 ---
5
6 Introduction
7 ============
8
9 This module exposes ad-hoc commands [XEP-0050] for listing uploaded files, and
10 later for managing them.
11
12 Configuration
13 =============
14
15 This module depends on mod\_http\_upload, and exposes ad-hoc commands for each
16 operation a user might do on their uploaded files.
17
18 The module can be added to the `modules_enabled` field on a host on which
19 mod\_http\_upload is loaded.
20
21 Compatibility
22 =============
23
24 Works with Prosody trunk at least.