mirror of
https://github.com/plantroon/mx-puppet-xmpp.git
synced 2024-11-14 23:41:40 +00:00
Not setting resource field seems to help with reducing replaced by new connection messages. The XMPP server should deal with this better
This commit is contained in:
parent
3b3b692b55
commit
9e4448f209
@ -78,7 +78,7 @@ export class Client extends EventEmitter {
|
||||
this.api = client({
|
||||
service: websocketUrl,
|
||||
domain: this.domain,
|
||||
resource: "mx_bridge",
|
||||
//resource: "mx_bridge",
|
||||
username: this.username,
|
||||
password: this.password,
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user