About
Python-otr is a set of python bindings for libotr (see the OTR website for more information). This gives developers the flexibility to implement OTR encryption for their python-based Instant Messaging clients. The gajim-otr branch is adds OTR support to gajim until it gets imported into the official gajim code.
Changelog
version 0.2.1.1 (2009-04-13) * add binding for otrl_context_forget_fingerprint version 0.2.1 (2008-07-28) * renamed to python-otr * make version constants accessible version 0.2 (2008-06-18) * support libotr-3.2.0 version 0.1.1 (2008-05-26) * work around python bug 2624 this results in a usable setup.py (LP: #229287) * fix the OTRL_MESSAGE_TAG_* constants * fix some compiler warnings * minor packaging clean-up version 0.1 (2008-04-22) * Initial release