pa-w / nodejsotrbot

1 stars 11 forks source link

Add OTR encryption support #1

Open n8fr8 opened 7 years ago

n8fr8 commented 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

n8fr8 commented 7 years ago

Perhaps we can use OMEMO as well or instead: https://github.com/cryptocat/cryptocat/blob/master/src/js/omemo.js

n8fr8 commented 7 years ago

Is this completed now? What else needs to be done?