fritzy / SleekXMPP

Python 2.6+/3.1+ XMPP Library
http://groups.google.com/group/sleekxmpp-discussion
Other
1.11k stars 301 forks source link

OTR support? #206

Open marianoguerra opened 11 years ago

marianoguerra commented 11 years ago

hi, is there otr support or at least a way of adding it?

maybe through python-otr or https://github.com/afflux/pure-python-otr ?

I can help you adding support for it if needed, I'm new to encryption and related but I have experience with IM protocols.

legastero commented 11 years ago

There is no built-in support for it yet in Sleek, but the Poezio project (which uses Sleek) has added support for it. Look in their plugins directory for the OTR plugin; that may provide some guidance on how best to integrate it.