Cable-Desktop/libtextsecure
lilia 9be5efc571 Simplify keepalive resets
Websocket resources should have their keepalive timers reset whenever a
message comes in. This is a nicety that slightly reduces the amount of
traffic we send when actively messaging.

Previously this was handled by MessageReceiver, but it's a bit cleaner
to just have the WebsocketResource add an extra 'message' event handler.

// FREEBIE
2015-10-23 15:44:03 -07:00
..
storage Simplify filter predicate 2015-10-01 21:11:41 -07:00
test Move jquery from libtextsecure components 2015-10-19 12:51:59 -07:00
account_manager.js Fix registration 2015-10-01 20:43:30 -07:00
api.js Improve stack traces on HTTPErrors 2015-10-11 12:12:11 -07:00
axolotl_wrapper.js Pass bytebuffer to axolotlInstance 2015-10-02 00:03:49 -07:00
components.js Move jquery from libtextsecure components 2015-10-19 12:51:59 -07:00
contacts_parser.js Support for group sync 2015-06-25 13:24:32 -07:00
crypto.js Pass the signaling key into decryptWebSocketMessage 2015-09-17 16:02:22 -07:00
errors.js Refactor sendMessageToDevices 2015-10-10 16:36:30 -07:00
helpers.js Move handleAttachment and processDecrypted 2015-10-01 18:43:07 -07:00
key_worker.js Remove erroneous license file and headers 2015-09-07 14:58:42 -07:00
libaxolotl.js Plumb keys into outgoing conflicts 2015-07-20 16:13:17 -07:00
message_receiver.js Simplify keepalive resets 2015-10-23 15:44:03 -07:00
protobufs.js Load protobufs asynchronously. Fixes #223 2015-05-15 11:38:14 -07:00
sendmessage.js Refactor sendMessageToDevices 2015-10-10 16:36:30 -07:00
storage.js Remove erroneous license file and headers 2015-09-07 14:58:42 -07:00
stringview.js Remove erroneous license file and headers 2015-09-07 14:58:42 -07:00
websocket-resources.js Simplify keepalive resets 2015-10-23 15:44:03 -07:00