Changeset - 8f2ea32da3a3
[Not reviewed]
0 2 0
Vitaly Takmazov - 13 years ago 2012-05-22 10:27:35
vitalyster@gmail.com
Fix compilation with latest swiften
2 files changed with 7 insertions and 1 deletions:
0 comments (0 inline, 0 general)
include/Swiften/Server/ServerStanzaChannel.cpp
Show inline comments
 
@@ -173,4 +173,9 @@ void ServerStanzaChannel::handleSessionInitialized() {
 
	onAvailableChanged(true);
 
}
 

	
 
std::vector<Certificate::ref> ServerStanzaChannel::getPeerCertificateChain() const {
 
	return std::vector<Certificate::ref>();
 
}
 

	
 

	
 
}
include/Swiften/Server/ServerStanzaChannel.h
Show inline comments
 
@@ -31,7 +31,8 @@ namespace Swift {
 
			bool getStreamManagementEnabled() const {
 
				return false;
 
			}
 

	
 
		        virtual std::vector<Certificate::ref> getPeerCertificateChain() const;
 
	
 
			bool isAvailable() const {
 
				return true;
 
			}
0 comments (0 inline, 0 general)