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
 
@@ -32,12 +32,16 @@ namespace Swift {
 
				return false;
 
			}
 

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

	
 
		private:
 
			std::string getNewIQID();
 
			void send(boost::shared_ptr<Stanza> stanza);
 
			void handleSessionFinished(const boost::optional<Session::SessionError>&, const boost::shared_ptr<ServerFromClientSession> &session);
 
			void handleElement(boost::shared_ptr<Element> element, const boost::shared_ptr<ServerFromClientSession> &session);
0 comments (0 inline, 0 general)