mirror of
https://github.com/badaix/snapcast.git
synced 2025-07-25 12:28:56 +02:00
Add username/password to Hello message
This commit is contained in:
parent
3cb2b4dd93
commit
49d6d1c58f
6 changed files with 40 additions and 4 deletions
|
@ -66,6 +66,10 @@ struct ClientSettings
|
|||
std::string protocol{"tcp"};
|
||||
/// server port
|
||||
size_t port{1704};
|
||||
/// username
|
||||
std::optional<std::string> username;
|
||||
/// password
|
||||
std::optional<std::string> password;
|
||||
/// server certificate
|
||||
std::optional<std::filesystem::path> server_certificate;
|
||||
/// Certificate file
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue