diff options
| author | Remko Tronçon <git@el-tramo.be> | 2010-09-05 11:29:34 (GMT) | 
|---|---|---|
| committer | Remko Tronçon <git@el-tramo.be> | 2010-09-05 12:45:52 (GMT) | 
| commit | c9ab4b6c41eef3ccfe6627f62e7bc085c6743a41 (patch) | |
| tree | d29d63b3100061e4ef54ce3310eb7658996a8a3e /Swiften/Client/StanzaChannel.h | |
| parent | 0630c01cf274a9de6b67856b8c00b1503b39353e (diff) | |
| download | swift-c9ab4b6c41eef3ccfe6627f62e7bc085c6743a41.zip swift-c9ab4b6c41eef3ccfe6627f62e7bc085c6743a41.tar.bz2 | |
Clear VCardUpdateManager's cache upon login.
Resolves: #554
Diffstat (limited to 'Swiften/Client/StanzaChannel.h')
| -rw-r--r-- | Swiften/Client/StanzaChannel.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/Swiften/Client/StanzaChannel.h b/Swiften/Client/StanzaChannel.h index 09a6db3..f7bb26a 100644 --- a/Swiften/Client/StanzaChannel.h +++ b/Swiften/Client/StanzaChannel.h @@ -21,6 +21,7 @@ namespace Swift {  			virtual bool isAvailable() = 0;  			virtual bool getStreamManagementEnabled() const = 0; +			boost::signal<void (bool /* isAvailable */)> onAvailableChanged;  			boost::signal<void (boost::shared_ptr<Message>)> onMessageReceived;  			boost::signal<void (boost::shared_ptr<Presence>) > onPresenceReceived;  			boost::signal<void (boost::shared_ptr<Stanza>)> onStanzaAcked; | 
 Swift
 Swift