lhost / sendxmpp

perl-script to send xmpp (jabber), similar to what mail(1) does for mail.
64 stars 22 forks source link

Feature request: Support for Off-The-Record (OTR) encryption #8

Open matthiasbock opened 10 years ago

matthiasbock commented 10 years ago

I would be nice, if sendxmpp could encrypt sent messages with OTR. An increasing number of Jabber clients use OTR in order to ensure confidentiality between message sender and recipient. Especially when a server automatically sends messages possibly with sensitive system details, it would be good if only the admin could read these messages.

libotr might be useful here (in Debian wheezy you can currently install libotr5).

lhost commented 9 years ago

For OTR reading Jabber messages is required. It was not implemented in old sendxmpp. I wrote simple sendxmpp2 and now we are able to send jabber messages in both directions. So OTR support can be the next step.

lhost commented 9 years ago

https://github.com/ajgb/protocol-otr/tree/master/examples