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' + } + } } } ```