magic-wormhole / magic-wormhole.rs

Rust implementation of Magic Wormhole, with new features and enhancements
European Union Public License 1.2
722 stars 78 forks source link

Handle the welcome message #126

Open piegamesde opened 3 years ago

piegamesde commented 3 years ago

At the moment, we simply pass a pathetic String because nobody bothered implementing it. WormholeWelcome.welcome needs to be a custom type that represents the possible values we may get from the server, including unknown ones.