Open n8fr8 opened 7 years ago
We need the bot to support OTR encrypted sessions for all inbound and outbound messages
The library is here: https://github.com/arlolra/otr
Here is how you use it with a sample XMPP test class: https://github.com/arlolra/otr/blob/master/test/xmpp.js
Perhaps we can use OMEMO as well or instead: https://github.com/cryptocat/cryptocat/blob/master/src/js/omemo.js
Is this completed now? What else needs to be done?
We need the bot to support OTR encrypted sessions for all inbound and outbound messages
The library is here: https://github.com/arlolra/otr
Here is how you use it with a sample XMPP test class: https://github.com/arlolra/otr/blob/master/test/xmpp.js