emesene / emesene

emesene is an instant messenger capable of connecting to various networks and utilizing different graphical toolkits. Currently msn and jabber are supported through papyon and xmppy, which allows emesene to connect to various IM services such as Windows Live Messenger, GTalk, Facebook Chat, etc.
http://www.emesene.org
Other
320 stars 160 forks source link

otr support for XMPP (sleekxmpp) #1548

Open marianoguerra opened 11 years ago

marianoguerra commented 11 years ago

hi, I asked the sleek devs about otr support and they said a client called poezio supports it with a plugin

this is the project page http://poezio.eu/en/index.php

this is the plugin to add support for otr: https://gist.github.com/4023941

if someone wants to integrate this either as a plugin or as support in the xmpp protocol it would be really nice.

I may do it when I have some time :S

c10ud commented 11 years ago

i gave it a quick look: isn't the encryption done at message body only?

if that's the case making a plugin for e3 should be super easy

c10ud commented 11 years ago

https://github.com/emesene/emesene-community-plugins/blob/master/capitalize/plugin.py

replace capitalize with encrypt, add some other hook, profit?

zabbal commented 10 years ago

what about key management?