otrv4 / pidgin-otrng

Fork of https://bugs.otr.im/plugins/pidgin-otr. This is a mirror of https://bugs.otr.im/otrv4/pidgin-otrng
GNU General Public License v2.0
16 stars 5 forks source link

Read and Write persistent state #26

Closed juniorz closed 5 years ago

juniorz commented 6 years ago

We are missing to read/write from/to a file:

See: otrng_plugin_init_userstate()

olabini commented 6 years ago

@giovaneliberato - is this the one you're working on?

giovaneliberato commented 6 years ago

@olabini I finished the reading of prekeys. I'm thinking about started the other ones as things are fresh in my mind.

what do you thinki @claucece?

giovaneliberato commented 6 years ago

working on the prekey profile

claucece commented 6 years ago

Thanks @giovaneliberato I think the shared prekey does not make sense.. I'm putting this on the things to discuss on the next meeting.

claucece commented 6 years ago

@giovaneliberato I finished writing and reading the shared prekey. I guess the only thing missing here is to test the prekey profile reading.

claucece commented 5 years ago

@giovaneliberato I added the missing test for the prekey profile. We can close this now.