signal-desktop/libtextsecure/test
lilia a833d62a71 Implement sync protocol changes
Update protobuf definitions and refactor message receive and decrypt
codepath to support new protocol, including various flavors of sync
messages (sent messages, contacts, and groups).

Also cleans up background.js and lets libtextsecure internalize
textsecure.processDecrypted and ensure that it is called before handing
DataMessages off to the application.

The Envelope structure now has a generic content field and a
legacyMessage field for backwards compatibility. We'll send outgoing
messages as legacy messages, and sync messages as "content" while
continuing to support both legacy and non-legacy messages on the receive
side until old clients have a chance to transition.
2015-06-17 12:29:39 -07:00
..
_test.js Split tests between libtextsecure and main 2015-01-14 09:35:57 -10:00
blanket_mocha.js Split tests between libtextsecure and main 2015-01-14 09:35:57 -10:00
fake_api.js Rename textsecure.api and make it internal-only 2015-05-05 17:44:56 -07:00
generate_keys_test.js Move group storage to axolotl store 2015-05-06 17:49:23 -07:00
helpers_test.js Split tests between libtextsecure and main 2015-01-14 09:35:57 -10:00
in_memory_axolotl_store.js Fix tests 2015-05-15 11:39:23 -07:00
index.html Add textsecure.AccountManager 2015-05-05 17:44:55 -07:00
message_receiver_test.js Implement sync protocol changes 2015-06-17 12:29:39 -07:00
protocol_test.js Implement sync protocol changes 2015-06-17 12:29:39 -07:00
protos Split tests between libtextsecure and main 2015-01-14 09:35:57 -10:00
storage_test.js Fix tests 2015-05-15 11:39:23 -07:00
test.js Add mock-socket for testing socket stuff 2015-04-30 15:43:11 -07:00
websocket-resources_test.js Split tests between libtextsecure and main 2015-01-14 09:35:57 -10:00
websocket_test.js Add more websocket tests 2015-05-01 13:25:46 -07:00