summaryrefslogtreecommitdiff
path: root/gabble
diff options
context:
space:
mode:
authorDebarshi Ray <rishi@gnu.org>2012-10-19 16:17:35 +0200
committerDebarshi Ray <rishi@gnu.org>2012-10-21 12:19:07 +0200
commite4c126a0ded1eb0c68bdf03d86acd64728c7beb0 (patch)
treefb35b0cd1fca6ae16825fbef27c3ab2b9a6eafee /gabble
parent5c161a8c2eea38dd847c7e0c5a30aec529eb68e8 (diff)
connection: Don't reset the capabilities in UpdateCapabilities
This ensures that a running Gabble process will always create Call1 channels once it has seen such a client in its lifetime. Remove gabble_caps_channel_manager_reset_capabilities and its implementation in GabbleMediaFactory, since it is not used anymore. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=56181 Reviewed-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Diffstat (limited to 'gabble')
-rw-r--r--gabble/caps-channel-manager.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gabble/caps-channel-manager.h b/gabble/caps-channel-manager.h
index a43283944..fce6026ea 100644
--- a/gabble/caps-channel-manager.h
+++ b/gabble/caps-channel-manager.h
@@ -72,9 +72,6 @@ typedef void (*GabbleCapsChannelManagerRepresentClientFunc) (
GabbleCapabilitySet *cap_set,
GPtrArray *data_forms);
-void gabble_caps_channel_manager_reset_capabilities (
- GabbleCapsChannelManager *caps_manager);
-
void gabble_caps_channel_manager_get_contact_capabilities (
GabbleCapsChannelManager *caps_manager,
TpHandle handle,