XMPP documentation fix.
Ylian Saint-Hilaire committed
Oct 28, 2022 at 12:39 UTC
527f224810a45997896676ca99cb607a4619230c
1 file changed
+6
-6
docs/docs/messaging/index.md
+6
-6
@@ -88,12 +88,12 @@ For XMPP integration, you need to provide MeshCentral with a XMPP server, userna
88
{
89
"messaging": {
90
"xmpp": {
91
- service: "xmppserver.com",
92
- credentials: {
93
- username: 'username',
94
- password: 'password'
95
- }
96
- }
91
+ service: "xmppserver.com",
92
+ credentials: {
93
+ username: 'username',
94
+ password: 'password'
95
+ }
96
+ }
97
}
98
}
99
```