Skip to content

Commit 66747db

Browse files
Update Prosody section
Signed-off-by: Sebastian Sterk <sebastian@wiuwiu.de>
1 parent b05e2d6 commit 66747db

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ Requires the php-ssh2 PECL module installed.
180180
XMPP (Prosody)
181181
----
182182
Authenticate Nextcloud users against a Prosody XMPP MySQL database.
183-
Prosody user and password need to be given for the Nextcloud login
183+
Prosody user and password need to be given for the Nextcloud login.
184184

185185

186186
### Configuration
@@ -195,10 +195,17 @@ Add the following to your `config.php`:
195195
2 => 'dbuser',
196196
3 => 'dbuserpassword',
197197
4 => 'xmppdomain',
198+
5 => true,
198199
),
199200
),
200201
),
201202

203+
0 - Database Host
204+
1 - Prosody Database Name
205+
2 - Database User
206+
3 - Database User Password
207+
4 - XMPP Domain
208+
5 - Hashed Passwords in Database (true) / Plaintext Passwords in Database (false)
202209

203210
Alternatives
204211
------------

0 commit comments

Comments
 (0)