How to set up a Prosody server as a Tor hidden service. OTR and OMEMO support will be enabled. No MUC support yet. Has a bunch of working configuration files to crib from.
A script that downloads and decrypts OMEMO-encrypted files sent over XMPP. Useful when your XMPP client supports OMEMO-encrypted messages, but not files.
Announcement that there is now an OMEMO plugin for Slixmpp. The sample code should show how to use python-omemo, if nothing else.
A Python implementation of the Omemo multi-party encryption protocol. Based upon Axolotl. Appears to be libsignal compatible because it uses the same parameters and wire protocol but doesn't depend on it. Actually has examples and documentation. Still being updated and improved. Docs have improved, too.
I think this will be suitable for inclusion in the XMPP bridge, because more and more clients (like Conversation) are starting to use it by default.