aitjcize / PyTox

Python binding for Project-Tox the skype replacement.
GNU General Public License v3.0
96 stars 29 forks source link

Add tox_get_keys() support #11

Closed tarekziade closed 10 years ago

tarekziade commented 10 years ago

It would be nice to be able to get the keys from the data file. That'd be useful for instance to encrypt data oustide the net_crypto context.

I don't know how to do this though because Messenger.h is not provided in libtoxcore, and the keys are in tox->net_crypto->

tarekziade commented 10 years ago

the feature has been added in Tox https://github.com/irungentoo/toxcore/commit/07ddbb8858c06b6a717c4d3dd78953645a487dac

I can work on a patch to add a bind in Pytox

aitjcize commented 10 years ago

@tarekziade great! patch is welcomed!

aitjcize commented 10 years ago

Implemented.

tarekziade commented 10 years ago

Thanks!