Changeset - 7c3533cd0cf3
[Not reviewed]
Merge
0 1 2
HanzZ - 13 years ago 2012-05-23 22:25:56
hanzz.k@gmail.com
Merge branch 'master' of github.com:hanzz/libtransport
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)