Use staging server (ie update to server keys v2) and protocolv3
This commit is contained in:
parent
53f8ac9ad9
commit
66bf371aa7
2 changed files with 5 additions and 5 deletions
|
@ -31,7 +31,7 @@ window.textsecure.api = function() {
|
|||
var URL_CALLS = {};
|
||||
URL_CALLS['accounts'] = "/v1/accounts";
|
||||
URL_CALLS['devices'] = "/v1/devices";
|
||||
URL_CALLS['keys'] = "/v1/keys";
|
||||
URL_CALLS['keys'] = "/v2/keys";
|
||||
URL_CALLS['push'] = "/v1/websocket";
|
||||
URL_CALLS['messages'] = "/v1/messages";
|
||||
URL_CALLS['attachment'] = "/v1/attachments";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue