comparison mod_muc_media_metadata/README.markdown @ 4100:20d436a1028d

mod_muc_media_metadata: Add alpha tag and experimental warning
author Matthew Wild <mwild1@gmail.com>
date Fri, 11 Sep 2020 14:43:12 +0100
parents c40422cca3b7
children 0e1e775bdea0
comparison
equal deleted inserted replaced
4099:78b7879a04f7 4100:20d436a1028d
1 ---
2 labels:
3 - 'Stage-Alpha'
4 summary: 'Experimental module to add metadata to media in MUCs'
5 ...
6
1 # Introduction 7 # Introduction
2 8
3 This module adds additional metadata to media shared in a MUC. This can help clients 9 This module adds additional metadata to media shared in a MUC. This can help clients
4 make decisions and provide better UI and enhanced privacy, by knowing things like file 10 make decisions and provide better UI and enhanced privacy, by knowing things like file
5 size without needing to make external network requests. 11 size without needing to make external network requests.
12
13 **NOTE:** This is an experimental module. It is not supported by any
14 clients, and therefore is mainly of interest to client developers who
15 wish to explore the idea.
6 16
7 # Configuring 17 # Configuring
8 18
9 ## Enabling 19 ## Enabling
10 20