XMPP documentation fix.

This commit is contained in:
Ylian Saint-Hilaire 2022-10-28 12:39:07 -07:00
parent cbc26b3a43
commit 527f224810

View File

@ -88,12 +88,12 @@ For XMPP integration, you need to provide MeshCentral with a XMPP server, userna
{ {
"messaging": { "messaging": {
"xmpp": { "xmpp": {
service: "xmppserver.com", service: "xmppserver.com",
credentials: { credentials: {
username: 'username', username: 'username',
password: 'password' password: 'password'
} }
} }
} }
} }
``` ```