Support for latest Swiften
This commit is contained in:
parent
bdf9537a89
commit
31d37d82b5
1 changed files with 4 additions and 0 deletions
|
@ -35,6 +35,10 @@ namespace Swift {
|
|||
bool isAvailable() const {
|
||||
return true;
|
||||
}
|
||||
|
||||
std::vector<Certificate::ref> getPeerCertificateChain() const {
|
||||
return std::vector<Certificate::ref>();
|
||||
}
|
||||
|
||||
private:
|
||||
std::string getNewIQID();
|
||||
|
|
Loading…
Add table
Reference in a new issue