comparison mod_muc_media_metadata/README.markdown @ 3684:0f3cb1247682

mod_muc_media_metadata: Fix example config
author Matthew Wild <mwild1@gmail.com>
date Sun, 29 Sep 2019 16:50:59 +0100
parents 1432020c33c7
children 2573d143621f
comparison
equal deleted inserted replaced
3683:1432020c33c7 3684:0f3cb1247682
9 ## Enabling 9 ## Enabling
10 10
11 ``` {.lua} 11 ``` {.lua}
12 Component "rooms.example.net" "muc" 12 Component "rooms.example.net" "muc"
13 modules_enabled = { 13 modules_enabled = {
14 "muc_hide_media"; 14 "muc_media_metadata";
15 } 15 }
16 ``` 16 ```
17 17
18 ## Settings 18 ## Settings
19 19