omemo / gajim-omemo

Gajim plugin for OMEMO Multi-End Message and Object Encryption
87 stars 7 forks source link

Python OMEMO package #22

Closed daradib closed 8 years ago

daradib commented 8 years ago

What are your thoughts on moving/copying non-gajim code to a separate omemo package that can be used by other python software? For example, aes_gcm, state, store.

I know that it's more trouble, so I don't have any expectations, just wondering if you had an idea in mind. And thanks for the plugin!

kalkin commented 8 years ago

Yes i had this idea. It's a good idea. Needs only to be executed. Few notes:

Patches are welcome :grinning:

kalkin commented 8 years ago

Perhaps it would also make sense to abstract away the UI states i.e: are there prekeys missing? if so how many? Is omemo active right now?

kalkin commented 8 years ago

@daradib I started separating an OMEMO library from the gajim-omemo plugin. Please have at https://github.com/omemo/python-omemo Help is wanted