weechat-xmpp icon indicating copy to clipboard operation
weechat-xmpp copied to clipboard

OTR Support

Open SakiiR opened this issue 7 years ago • 1 comments

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

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

SakiiR avatar Aug 25 '17 13:08 SakiiR

For that you'd use a separate plugin like:

  • https://weechat.org/scripts/source/otr.py.html
  • https://github.com/mmb/weechat-otr

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.

dngray avatar Jul 12 '19 03:07 dngray