Add server fallback port 8443
// FREEBIE
This commit is contained in:
parent
4be86a28ef
commit
0487fa3cd1
7 changed files with 121 additions and 66 deletions
|
@ -7,8 +7,8 @@
|
|||
'use strict';
|
||||
window.textsecure = window.textsecure || {};
|
||||
|
||||
function AccountManager(url, username, password) {
|
||||
this.server = new TextSecureServer(url, username, password);
|
||||
function AccountManager(url, ports, username, password) {
|
||||
this.server = new TextSecureServer(url, ports, username, password);
|
||||
}
|
||||
|
||||
AccountManager.prototype = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue