extracted clientId from clientInfo to use it in the presence information later

This commit is contained in:
Blue 2023-03-13 22:07:10 +03:00
parent 8ec0af3205
commit 76a9c5da0c
Signed by: blue
GPG key ID: 9B203B252A63EE38
6 changed files with 137 additions and 38 deletions

View file

@ -24,11 +24,11 @@
#include <QCryptographicHash>
#include <shared/identity.h>
#include <shared/clientid.h>
namespace Shared {
class ClientInfo
{
class ClientInfo {
public:
ClientInfo();
@ -41,9 +41,7 @@ public:
public:
std::set<Identity> identities;
std::set<QString> extensions;
QString node;
QString verification;
QString hash;
ClientId id;
QString specificPresence;
private: