add special profile item for not yet validated peer from short invite

This commit is contained in:
csoler 2019-09-10 09:52:37 +02:00
parent c8064e1ddc
commit 3a58aa468f
No known key found for this signature in database
GPG key ID: 7BCA522266C0804C
5 changed files with 62 additions and 3 deletions

View file

@ -505,6 +505,8 @@ public:
virtual bool getAssociatedSSLIds(const RsPgpId& gpg_id, std::list<RsPeerId>& ids) = 0;
virtual bool gpgSignData(const void *data, const uint32_t len, unsigned char *sign, unsigned int *signlen, std::string reason = "") = 0;
virtual RsPgpId pgpIdFromFingerprint(const RsPgpFingerprint& fpr) = 0;
// Note: the two methods below could be unified. The fact that one of them can take an optional RsPeerDetails struct as parameter
// seems quite inconsistent.