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
lilia b9969b14b6 Always reconnect the socket except when there is an error
Turns out we can get ABNORMAL_CODE (1006) for disconnects where (for
instance) we pause the background page too long. However, in these cases
there is no preceeding ErrorEvent. In contrast, when we have bad
authentication credentials, there is an ErrorEvent. Thus, this change
ensures that we only reconnect if there was no Error.
10 years ago
..
storage De-duplicate registrationId in deviceObject 10 years ago
test Move test vectors to libaxolotl 10 years ago
api.js Move prekey sigcheck to libaxolotl 10 years ago
axolotl_wrapper.js Remove non-existant device messages 10 years ago
components.js Regenerate components/libts 10 years ago
crypto.js Remove all external non-test deps on libaxolotl/crypto 10 years ago
errors.js Move js files around for libtextsecure split 10 years ago
helpers.js Check END_SESSION messages in processDecrypted 10 years ago
libaxolotl_concat.js Preserve whitespace in _concat files 10 years ago
protobufs.js Move protocol protobufs to libaxolotl/, handling DeviceControl 10 years ago
sendmessage.js Dont send group-update right before we quit the group 10 years ago
storage.js Move js files around for libtextsecure split 10 years ago
stringview.js Move js files around for libtextsecure split 10 years ago
websocket-resources.js Move js files around for libtextsecure split 10 years ago
websocket.js Always reconnect the socket except when there is an error 10 years ago