From 66747dbaa9084a9ddbe92635070207f16f61cb4f Mon Sep 17 00:00:00 2001 From: Sebastian Sterk Date: Thu, 18 Jul 2019 21:39:40 +0200 Subject: [PATCH] Update Prosody section Signed-off-by: Sebastian Sterk --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6fbc2e6..bf62121 100644 --- a/README.md +++ b/README.md @@ -180,7 +180,7 @@ Requires the php-ssh2 PECL module installed. XMPP (Prosody) ---- Authenticate Nextcloud users against a Prosody XMPP MySQL database. -Prosody user and password need to be given for the Nextcloud login +Prosody user and password need to be given for the Nextcloud login. ### Configuration @@ -195,10 +195,17 @@ Add the following to your `config.php`: 2 => 'dbuser', 3 => 'dbuserpassword', 4 => 'xmppdomain', + 5 => true, ), ), ), +0 - Database Host +1 - Prosody Database Name +2 - Database User +3 - Database User Password +4 - XMPP Domain +5 - Hashed Passwords in Database (true) / Plaintext Passwords in Database (false) Alternatives ------------