kontalk / androidclient

Kontalk official Android client
https://www.kontalk.org
GNU General Public License v3.0
572 stars 195 forks source link

Fix upgrade code #255

Closed daniele-athome closed 9 years ago

daniele-athome commented 9 years ago

Remove code needed only for upgrades from beta3 to beta4 and ensure correct upgrade from 2.2.9.

NOTE: a server-side development is required for logging in with an authentication token and to request a new key.

daniele-athome commented 9 years ago

Depends on kontalk/tigase-extension#3.

daniele-athome commented 9 years ago

Authentication with token isn't working: no personal key available yet, so no client certificate and no public key matching. To complete the process, generate a bridge certificate to handshake TLS with. It will be discarded soon later by the key regeneration process anyway. This is needed also for key regeneration by the way.