Refactored converse-otr.js
- Removed password encryption of the key. It never properly worked and bloated the build through extra dependencies. - Store the key and instance tag on the ChatBox model.
Showing
... | ... | @@ -39,7 +39,6 @@ |
"backbone.overview": "0.0.3", | ||
"bower": "latest", | ||
"clean-css": "^3.4.19", | ||
"crypto-js": "3.1.2-5", | ||
"eslint": "^3.14.1", | ||
"eslint-plugin-lodash": "^2.3.3", | ||
"greenkeeper": "^4.1.0", | ||
... | ... |
Please register or sign in to comment