summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemko Tronçon <git@el-tramo.be>2010-11-17 18:01:43 (GMT)
committerRemko Tronçon <git@el-tramo.be>2010-11-17 18:01:43 (GMT)
commit0c3b6522c72a63fc7cee12e8412512cd2e9ae3bd (patch)
treea552d093057d639ece87895cb9606d92d1d649ec /Swiften/Client
parent0fbc0b78e0f12a1700470b9ca3def0f4cdd6a1ff (diff)
downloadswift-0c3b6522c72a63fc7cee12e8412512cd2e9ae3bd.zip
swift-0c3b6522c72a63fc7cee12e8412512cd2e9ae3bd.tar.bz2
Added presence subscription stanza to onPresenceSubscriptionRequest.
Removed unused signal on Client.
Diffstat (limited to 'Swiften/Client')
-rw-r--r--Swiften/Client/Client.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/Swiften/Client/Client.h b/Swiften/Client/Client.h
index 61d9e32..6fa3a34 100644
--- a/Swiften/Client/Client.h
+++ b/Swiften/Client/Client.h
@@ -141,9 +141,6 @@ namespace Swift {
*/
boost::signal<void (Presence::ref)> onPresenceChange;
-
- boost::signal<void (const JID&, const String&)> onPresenceSubscriptionRequest;
-
private:
Storages* getStorages() const;