XMPP documentation fix.
This commit is contained in:
parent
527f224810
commit
b9aace76fc
|
@ -34,7 +34,7 @@ Note the "messaging" section in the config.json. For Telegram user login, it loo
|
|||
{
|
||||
"messaging": {
|
||||
"telegram": {
|
||||
"apiid": 00000000,
|
||||
"apiid": 0,
|
||||
"apihash": "00000000000000000000000",
|
||||
"session": "aaaaaaaaaaaaaaaaaaaaaaa"
|
||||
}
|
||||
|
@ -88,10 +88,10 @@ 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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -42,14 +42,14 @@
|
|||
}
|
||||
|
||||
// For XMPP login, add this in config.json
|
||||
"messaging": {
|
||||
{
|
||||
"messaging": {
|
||||
"xmpp": {
|
||||
service: "xmppserver.com",
|
||||
//domain: "xmppserver.com",
|
||||
//resource: "example",
|
||||
credentials: {
|
||||
username: 'username',
|
||||
password: 'password'
|
||||
"service": "xmppserver.com",
|
||||
"credentials": {
|
||||
"username": "username",
|
||||
"password": "password"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue