You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
				
					
						
							This does not work with `ArrayBuffer` out of the box and will need to be
investigated and tested more before switching.
Some APIs also seemed to have changed:
- Before (OOP): `new textsecure.protobuf.WebSocketMessage(…).encode();`
- After (functional):
  ```
  textsecure.protobuf.WebSocketMessage.encode(
    new textsecure.protobuf.WebSocketMessage(…)
  );
  ```
This reverts commit d758119d9de4f99742ea941e86180b1d600c2f22.
						
					
				
			 | 
			8 years ago | |
|---|---|---|
| .. | ||
| _test.js | 8 years ago | |
| account_manager_test.js | 8 years ago | |
| blanket_mocha.js | 11 years ago | |
| contacts_parser_test.js | 8 years ago | |
| crypto_test.js | 8 years ago | |
| fake_api.js | 8 years ago | |
| generate_keys_test.js | 8 years ago | |
| helpers_test.js | 8 years ago | |
| in_memory_signal_protocol_store.js | 8 years ago | |
| index.html | 8 years ago | |
| message_receiver_test.js | 8 years ago | |
| protocol_test.js | 8 years ago | |
| protocol_wrapper_test.js | 8 years ago | |
| storage_test.js | 8 years ago | |
| task_with_timeout_test.js | 8 years ago | |
| websocket-resources_test.js | 8 years ago | |
| websocket_test.js | 8 years ago | |