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.
session-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.
11 years ago
..
_test.js Split tests between libtextsecure and main 11 years ago
blanket_mocha.js Split tests between libtextsecure and main 11 years ago
fake_api.js Rename textsecure.api and make it internal-only 11 years ago
generate_keys_test.js Move group storage to axolotl store 11 years ago
helpers_test.js Split tests between libtextsecure and main 11 years ago
in_memory_axolotl_store.js Fix tests 11 years ago
index.html Add textsecure.AccountManager 11 years ago
message_receiver_test.js Implement sync protocol changes 11 years ago
protocol_test.js Implement sync protocol changes 11 years ago
protos Split tests between libtextsecure and main 11 years ago
storage_test.js Fix tests 11 years ago
test.js Add mock-socket for testing socket stuff 11 years ago
websocket-resources_test.js Split tests between libtextsecure and main 11 years ago
websocket_test.js Add more websocket tests 11 years ago