Skip to content

Commit

Permalink
newer servers require caps to enable pings
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Nov 28, 2023
1 parent 3ed1cc9 commit daf2e95
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions html5/js/Client.js
Original file line number Diff line number Diff line change
Expand Up @@ -1302,6 +1302,9 @@ XpraClient.prototype._make_hello_base = function() {
"open-url" : this.open_url,
"ping-echo-sourceid" : true,
"vrefresh" : this.vrefresh,
"network" : {
"pings" : 5,
},
});
if (SHOW_START_MENU) {
this._update_capabilities({
Expand Down

0 comments on commit daf2e95

Please sign in to comment.