Skip to content

Commit

Permalink
XMPP documentation fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ylianst committed Oct 28, 2022
1 parent cbc26b3 commit 527f224
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/docs/messaging/index.md
Expand Up @@ -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'
}
}
}
}
```
Expand Down

0 comments on commit 527f224

Please sign in to comment.