Skip to content

Commit

Permalink
Merge pull request voxpupuli#81 from NiklausHofer/post_component_modules
Browse files Browse the repository at this point in the history
  • Loading branch information
smortex authored Sep 23, 2021
2 parents c1f3b2f + 8777b34 commit 6d8b676
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,13 @@ node myserver {
authentication => 'ldap',
components => {
'conference' => {
'name' => 'conf.example.org',
'type' =>'muc',
'name' => 'conf.example.org',
'type' =>'muc',
'options => {
'modules_enabled' => [
'muc_mam',
'vcard_muc',
],
},
'bridge' => {
'name' => 'bridge.example.org',
Expand Down

0 comments on commit 6d8b676

Please sign in to comment.