Files
Desktop/components
Daniel Gasienica ba4d8952c6 Revert "Use protocol buffer module for libtextsecure"
This does not work with `ArrayBuffer` out of the box and will need to be
investigated and tested more before switching.

Some APIs also seemed to have changed:
- Before (OOP): `new textsecure.protobuf.WebSocketMessage(…).encode();`
- After (functional):
  ```
  textsecure.protobuf.WebSocketMessage.encode(
    new textsecure.protobuf.WebSocketMessage(…)
  );
  ```

This reverts commit d758119d9de4f99742ea941e86180b1d600c2f22.
2018-05-07 21:53:41 -04:00
..
2014-10-30 16:53:08 -07:00
2016-02-01 15:54:23 -08:00
2014-10-30 16:53:08 -07:00
2014-10-30 16:53:08 -07:00
2016-08-23 16:16:31 -07:00
2014-10-30 16:53:08 -07:00
2014-10-30 16:53:08 -07:00
2016-08-23 16:16:31 -07:00
2014-10-30 16:53:08 -07:00
2016-08-23 16:16:31 -07:00