mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-01-13 16:03:20 -05:00
XMPP documentation fix.
This commit is contained in:
parent
cbc26b3a43
commit
527f224810
@ -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…
Reference in New Issue
Block a user