From ab89351f42460da5acafa6d0901d29c750a8f6b1 Mon Sep 17 00:00:00 2001 From: John Livingston Date: Tue, 1 Nov 2022 10:35:42 +0100 Subject: [PATCH] Prosody server: enabling mod_disco. --- CHANGELOG.md | 1 + server/lib/prosody/config/content.ts | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f9f9d78..5a3f7380 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/server/lib/prosody/config/content.ts b/server/lib/prosody/config/content.ts index 091268af..f364f7df 100644 --- a/server/lib/prosody/config/content.ts +++ b/server/lib/prosody/config/content.ts @@ -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', [