Mercurial > prosody-modules
comparison mod_muc_media_metadata/README.markdown @ 4101:0e1e775bdea0
mod_muc_media_metadata: Bootstrap warning box
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 11 Sep 2020 15:45:45 +0200 |
parents | 20d436a1028d |
children |
comparison
equal
deleted
inserted
replaced
4100:20d436a1028d | 4101:0e1e775bdea0 |
---|---|
8 | 8 |
9 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 |
10 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 |
11 size without needing to make external network requests. | 11 size without needing to make external network requests. |
12 | 12 |
13 ::: {.alert .alert-danger} | |
13 **NOTE:** This is an experimental module. It is not supported by any | 14 **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 clients, and therefore is mainly of interest to client developers who |
15 wish to explore the idea. | 16 wish to explore the idea. |
17 ::: | |
16 | 18 |
17 # Configuring | 19 # Configuring |
18 | 20 |
19 ## Enabling | 21 ## Enabling |
20 | 22 |