diff --git a/include/Swiften/Server/ServerStanzaChannel.h b/include/Swiften/Server/ServerStanzaChannel.h index 99c857be..7da771b6 100644 --- a/include/Swiften/Server/ServerStanzaChannel.h +++ b/include/Swiften/Server/ServerStanzaChannel.h @@ -35,6 +35,10 @@ namespace Swift { bool isAvailable() const { return true; } + + std::vector getPeerCertificateChain() const { + return std::vector(); + } private: std::string getNewIQID();