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/Avatars/VCardUpdateAvatarManager.h | |
| parent | 0630c01cf274a9de6b67856b8c00b1503b39353e (diff) | |
| download | swift-c9ab4b6c41eef3ccfe6627f62e7bc085c6743a41.zip swift-c9ab4b6c41eef3ccfe6627f62e7bc085c6743a41.tar.bz2 | |
Clear VCardUpdateManager's cache upon login.
Resolves: #554
Diffstat (limited to 'Swiften/Avatars/VCardUpdateAvatarManager.h')
| -rw-r--r-- | Swiften/Avatars/VCardUpdateAvatarManager.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Swiften/Avatars/VCardUpdateAvatarManager.h b/Swiften/Avatars/VCardUpdateAvatarManager.h index 16c0ca3..e29db1c 100644 --- a/Swiften/Avatars/VCardUpdateAvatarManager.h +++ b/Swiften/Avatars/VCardUpdateAvatarManager.h | |||
| @@ -33,10 +33,11 @@ namespace Swift { | |||
| 33 | public: | 33 | public: |
| 34 | boost::signal<void (const JID&, const String& /*hash*/)> onAvatarChanged; | 34 | boost::signal<void (const JID&, const String& /*hash*/)> onAvatarChanged; |
| 35 | 35 | ||
| 36 | private: | 36 | private: |
| 37 | void handlePresenceReceived(boost::shared_ptr<Presence>); | 37 | void handlePresenceReceived(boost::shared_ptr<Presence>); |
| 38 | void handleStanzaChannelAvailableChanged(bool); | ||
| 38 | void handleVCardChanged(const JID& from, VCard::ref); | 39 | void handleVCardChanged(const JID& from, VCard::ref); |
| 39 | void setAvatarHash(const JID& from, const String& hash); | 40 | void setAvatarHash(const JID& from, const String& hash); |
| 40 | JID getAvatarJID(const JID& o) const; | 41 | JID getAvatarJID(const JID& o) const; |
| 41 | String getAvatarHash(const JID&) const; | 42 | String getAvatarHash(const JID&) const; |
| 42 | 43 | ||
Swift