Difference between revisions of "Feature:Encryption"

From Kosmos Wiki
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...")
 
 
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]

Latest revision as of 00:22, 4 January 2019

Notes

OMEMO

I found two OMEMO implementations in JS/TS: