Difference between revisions of "Feature:Encryption"
Jump to navigation
Jump to search
(Created page with "== Notes == === OMEMO === I found two OMEMO implementations in JS/TS: * In ConverseJS: https://github.com/conversejs/converse.js/blob/98fee37a410a8d7423308cfeaa0e5fe085ae27...") |
(→OMEMO) |
||
Line 5: | Line 5: | ||
I found two OMEMO implementations in JS/TS: | I found two OMEMO implementations in JS/TS: | ||
− | * In ConverseJS: https://github.com/conversejs/converse.js/blob/98fee37a410a8d7423308cfeaa0e5fe085ae27ec/spec/omemo.js | + | * In ConverseJS: [https://github.com/conversejs/converse.js/blob/98fee37a410a8d7423308cfeaa0e5fe085ae27ec/spec/omemo.js Source], [https://conversejs.org/docs/html/features.html#end-to-end-message-encryption-xep-0384-omemo Docs] |
− | * In JSXC (open PR): https://github.com/jsxc/jsxc/tree/refactoring/src/plugins/omemo | + | * In JSXC (open PR): [https://github.com/jsxc/jsxc/tree/refactoring/src/plugins/omemo Source] |