Joe Bandenburg
Joe Bandenburg
I'm not sure whether this constitutes a breaking API change. Existing filters may already catch `WebDriverException`, `RuntimeException` or `Exception`. If that's the case, the behaviour reverts to how it was...
Node and NPM have both changed a lot since I first wrote this library. I'll test it on these versions of Node and NPM and let you know if I...
Hi, the `Store` interface should be fairly easy to implement. I've created an [implementation](https://github.com/joebandenburg/xolotl/blob/master/js/services/textsecure-storage-service.js) in "Xolotl", a Chrome app I was developing that uses my [implementation](https://github.com/joebandenburg/libtextsecure-javascript) of libtextsecure-javascript. In that...
You should also look at the implementation of [libtextsecure-javascript](https://github.com/joebandenburg/libtextsecure-javascript), which is the complete implementation of the TextSecure protocol. Using libaxolotl by itself requires a deeper understanding of how TextSecure and...
Yes, the documentation is indeed out of date. This would be great to fix. I think your suggestions are good.
@eduardosan The documentation is a little out of date, sorry about that. Check out [the source](https://github.com/joebandenburg/libaxolotl-javascript/blob/master/src/Axolotl.js#L225). Here's the JSDoc: ``` javascript /** * Unwrap the WhisperMessage from a PreKeyWhisperMessage and...
As mentioned in #14 I think the documentation could use some improvements.
Unfortunately, this library is designed to be run by both Node.js and in the browser. Removing Traceur means that it won't run in the browser. It would still be possible...
> Curious, is anyone using libaxolotl in a webapp? Using it in a node program, an Electron app, or Chrome app seems reasonable, since all of those can be installed...
It seems to me that, as it stands, this pull request is changing two things at once: 1. Making the code run natively in Node 4.2. 2. Changing the style...