# HG changeset patch # User Matthew Wild # Date 1569772182 -3600 # Node ID 1432020c33c7de2a27d05881644e5abff317fb55 # Parent 47e1c94fb6fbb66a42254839b7a0af17946cf33d mod_muc_media_metadata: Fix README filename diff -r 47e1c94fb6fb -r 1432020c33c7 mod_muc_media_metadata/README.markdown --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mod_muc_media_metadata/README.markdown Sun Sep 29 16:49:42 2019 +0100 @@ -0,0 +1,38 @@ +# Introduction + +This module adds additional metadata to media shared in a MUC. This can help clients +make decisions and provide better UI and enhanced privacy, by knowing things like file +size without needing to make external network requests. + +# Configuring + +## Enabling + +``` {.lua} +Component "rooms.example.net" "muc" +modules_enabled = { + "muc_hide_media"; +} +``` + +## Settings + +There are no configuration options for this module. + +# Developers + +Example stanza: + +``` + + https://matthewwild.co.uk/share.php/70334772-ff74-439b-8173-a71e40ca28db/mam-flow.png + + https://matthewwild.co.uk/share.php/70334772-ff74-439b-8173-a71e40ca28db/mam-flow.png + + 15690 + image/png + LEHV6nWB2yk8pyo0adR*.7kCMdnj + + + +``` diff -r 47e1c94fb6fb -r 1432020c33c7 mod_muc_media_metadata/README.md --- a/mod_muc_media_metadata/README.md Sun Sep 29 16:47:57 2019 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,38 +0,0 @@ -# Introduction - -This module adds additional metadata to media shared in a MUC. This can help clients -make decisions and provide better UI and enhanced privacy, by knowing things like file -size without needing to make external network requests. - -# Configuring - -## Enabling - -``` {.lua} -Component "rooms.example.net" "muc" -modules_enabled = { - "muc_hide_media"; -} -``` - -## Settings - -There are no configuration options for this module. - -# Developers - -Example stanza: - -``` - - https://matthewwild.co.uk/share.php/70334772-ff74-439b-8173-a71e40ca28db/mam-flow.png - - https://matthewwild.co.uk/share.php/70334772-ff74-439b-8173-a71e40ca28db/mam-flow.png - - 15690 - image/png - LEHV6nWB2yk8pyo0adR*.7kCMdnj - - - -```