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 6 insertions and 0 deletions:
0 comments (0 inline, 0 general)
include/Swiften/Server/ServerStanzaChannel.cpp
Show inline comments
 
@@ -170,7 +170,12 @@ void ServerStanzaChannel::handleElement(boost::shared_ptr<Element> element, cons
 
}
 

	
 
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
 
@@ -28,12 +28,13 @@ namespace Swift {
 

	
 
			void finishSession(const JID& to, boost::shared_ptr<Element> element, bool last = false);
 

	
 
			bool getStreamManagementEnabled() const {
 
				return false;
 
			}
 
		        virtual std::vector<Certificate::ref> getPeerCertificateChain() const;
 
	
 
			bool isAvailable() const {
 
				return true;
 
			}
 

	
 
		private:
0 comments (0 inline, 0 general)