From a7b19df76beba2232c530deaa7887f355f46faef Mon Sep 17 00:00:00 2001 From: John Livingston Date: Thu, 3 Jun 2021 12:27:52 +0200 Subject: [PATCH] Settings tips. --- server/lib/settings.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/server/lib/settings.ts b/server/lib/settings.ts index 37fc2770..643d0739 100644 --- a/server/lib/settings.ts +++ b/server/lib/settings.ts @@ -59,7 +59,8 @@ function initSettings (options: RegisterServerOptions): void { type: 'html', label: 'Prosody server controlled by Peertube (recommended)', descriptionHTML: ` - With this mode, the Peertube server will control a local Prosody XMPP server. + With this mode, the Peertube server will control a local Prosody XMPP server.
+ Note: you have to install the Prosody XMPP server. Please read the