diff options
Diffstat (limited to 'Swiften/Client/ClientSession.h')
| -rw-r--r-- | Swiften/Client/ClientSession.h | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/Swiften/Client/ClientSession.h b/Swiften/Client/ClientSession.h index 359d7c8..cd364fe 100644 --- a/Swiften/Client/ClientSession.h +++ b/Swiften/Client/ClientSession.h @@ -123,5 +123,9 @@ namespace Swift {  			ClientAuthenticator* authenticator;  			boost::shared_ptr<StanzaAckRequester> stanzaAckRequester_;  			boost::shared_ptr<StanzaAckResponder> stanzaAckResponder_; +			boost::bsignals::connection streamOnStreamStartReceivedConnection; +			boost::bsignals::connection streamOnElementReceivedConnection; +			boost::bsignals::connection streamOnErrorConnection; +			boost::bsignals::connection streamOnTLSEncryptedConnection;  	};  }  | 
 Swift