sleduc / weechat-xmpp

A fork of the jabber plugin for weechat
21 stars 13 forks source link

OTR Support #9

Open SakiiR opened 6 years ago

SakiiR commented 6 years ago

It would be super cool to have the OTR support on this weechat plugin !

I don't ever know how XMPP is doing this.

dngray commented 5 years ago

For that you'd use a separate plugin like:

It works with Python 3 as long as your weechat is compiled with python 3 support. https://weechat.org/scripts/stable/language/python

On Archlinux at this point in time that means to use the weechat-python3-git in the future you may not have to do that as weechat will no doubt come with Python 3 support.

I don't use the python2 packages so I installed python-potr through pip. and python-wheel python-keyring from pacman.