Prosody server: enabling mod_disco.

This commit is contained in:
John Livingston 2022-11-01 10:35:42 +01:00
parent 7944567b33
commit ab89351f42
No known key found for this signature in database
GPG Key ID: B17B5640CE66CDBC
2 changed files with 3 additions and 1 deletions

View File

@ -29,6 +29,7 @@ If you don't want the chat server to be active, just uninstall the plugin
### Changes
* ConverseJS v10.0.0 (instead of v9.0.0).
* Prosody server: enabling mod_disco.
## 5.7.1

View File

@ -157,10 +157,11 @@ class ProsodyConfigContent {
'ping', // Replies to XMPP pings with pongs
'bosh', // Enable BOSH clients, aka "Jabber over HTTP"
// 'websocket', // Enable Websocket clients
'posix' // POSIX functionality, sends server to background, enables syslog, etc.
'posix', // POSIX functionality, sends server to background, enables syslog, etc.
// 'pep', // Enables users to publish their avatar, mood, activity, playing music and more
// 'vcard_legacy' // Conversion between legacy vCard and PEP Avatar, vcard
// 'vcard4' // User profiles (stored in PEP)
'disco' // Enable mod_disco (feature discovering)
])
this.global.set('modules_disabled', [