Move to websocket for requests to signal server

This commit is contained in:
Fedor Indutny
2021-07-28 14:37:09 -07:00
committed by GitHub
parent 8449f343a6
commit 1c1d0e2da0
31 changed files with 1892 additions and 1336 deletions

View File

@@ -14,15 +14,9 @@ const fakeAPI = {
getAvatar: fakeCall,
getDevices: fakeCall,
// getKeysForIdentifier : fakeCall,
getMessageSocket: async () => ({
on() {},
removeListener() {},
close() {},
sendBytes() {},
}),
getMyKeys: fakeCall,
getProfile: fakeCall,
getProvisioningSocket: fakeCall,
getProvisioningResource: fakeCall,
putAttachment: fakeCall,
registerKeys: fakeCall,
requestVerificationSMS: fakeCall,