Changeset - 4d0fa39d47ee
[Not reviewed]
Merge
0 4 0
Jan Kaluza - 13 years ago 2012-05-23 16:49:33
hanzz.k@gmail.com
Merge pull request #9 from ntkoopman/master

Support the current version of 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)