mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
XMPP documentation fix.
This commit is contained in:
parent
cbc26b3a43
commit
527f224810
1 changed files with 6 additions and 6 deletions
|
@ -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'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue