Support for latest Swiften

This commit is contained in:
Tim Koopman 2012-05-23 15:38:00 +03:00
parent bdf9537a89
commit 31d37d82b5

View file

@ -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();