extracted clientId from clientInfo to use it in the presence information later
This commit is contained in:
parent
8ec0af3205
commit
76a9c5da0c
6 changed files with 137 additions and 38 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue