signal-golang / textsecure

TextSecure(signal) client package for Go
GNU General Public License v3.0
57 stars 26 forks source link

WIP:Add pin support #15

Closed nanu-c closed 4 years ago

nanu-c commented 4 years ago

This adds pin support for the registration. It works until the point, where it actually sends the pin. Signal response is always error 423 which means the pin is wrong but everything else worked. Needs further investigation