From 527f224810a45997896676ca99cb607a4619230c Mon Sep 17 00:00:00 2001 From: Ylian Saint-Hilaire Date: Fri, 28 Oct 2022 12:39:07 -0700 Subject: [PATCH] XMPP documentation fix. --- docs/docs/messaging/index.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/docs/messaging/index.md b/docs/docs/messaging/index.md index 9b9cb2a4..5d9a8b06 100644 --- a/docs/docs/messaging/index.md +++ b/docs/docs/messaging/index.md @@ -88,12 +88,12 @@ For XMPP integration, you need to provide MeshCentral with a XMPP server, userna { "messaging": { "xmpp": { - service: "xmppserver.com", - credentials: { - username: 'username', - password: 'password' - } - } + service: "xmppserver.com", + credentials: { + username: 'username', + password: 'password' + } + } } } ```