Merge pull request #9 from ntkoopman/master

Support the current version of Swiften
This commit is contained in:
Jan Kaluza 2012-05-23 07:49:33 -07:00
commit 4d0fa39d47

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