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/integration_test
Mikunj 646973e330 Made changes to how messages are sent.
Instead of blocking the message queue when we don't have a session, we instead just send out a session request and send the queued messages using fallback encryption.
This means that users will be able to message right away without having to wait.
The only down side is that all messages sent before sessions are established will be using the weaker encryption.

This change also means we have to detach session requests from envelope type (which is a good thing) and thus now a message is a session request if it contains a preKeyBundle.
5 years ago
..
page-objects Stub out swarm polling 5 years ago
stubs Remove swarm nodes from conversations 5 years ago
add_friends_test.js Stub out swarm polling 5 years ago
closed_group_test.js Merge remote-tracking branch 'upstream/clearnet' into integration-test-logs-rebased 5 years ago
common.js lint 5 years ago
integration_test.js Merge remote-tracking branch 'upstream/clearnet' into integration-test-logs-rebased 5 years ago
link_device_test.js Linting 5 years ago
message_functions_test.js enable senderKey during integration test 5 years ago
message_sync_test.js Made changes to how messages are sent. 5 years ago
open_group_test.js lint 5 years ago
registration_test.js test-integration make all calls stubbed by default. fix a few bugs with stubbed server 5 years ago
sender_keys_test.js fix open groups and link device test 5 years ago
settings_test.js test-integration make all calls stubbed by default. fix a few bugs with stubbed server 5 years ago
test_attachment attachment sending test complete 5 years ago