Changeset - 31d37d82b596
[Not reviewed]
0 1 0
Tim Koopman - 13 years ago 2012-05-23 14:38:00
n.t.koopman@nandoe.net
Support for latest Swiften
1 file changed with 4 insertions and 0 deletions:
0 comments (0 inline, 0 general)
include/Swiften/Server/ServerStanzaChannel.h
Show inline comments
 
@@ -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();
0 comments (0 inline, 0 general)