Fix compilation with latest swiften
This commit is contained in:
parent
892af5dc57
commit
8f2ea32da3
2 changed files with 7 additions and 1 deletions
|
@ -173,4 +173,9 @@ void ServerStanzaChannel::handleSessionInitialized() {
|
|||
onAvailableChanged(true);
|
||||
}
|
||||
|
||||
std::vector<Certificate::ref> ServerStanzaChannel::getPeerCertificateChain() const {
|
||||
return std::vector<Certificate::ref>();
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
|
@ -31,7 +31,8 @@ namespace Swift {
|
|||
bool getStreamManagementEnabled() const {
|
||||
return false;
|
||||
}
|
||||
|
||||
virtual std::vector<Certificate::ref> getPeerCertificateChain() const;
|
||||
|
||||
bool isAvailable() const {
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue