summaryrefslogtreecommitdiff
path: root/src/protocol.c
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2013-09-17 13:30:50 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2013-09-17 14:11:47 +0100
commit4ae11f0444a2fa13339f785609f7b35d05856ea8 (patch)
tree2945f60826c9cae4f7e5e6c1542b631ee1702fd4 /src/protocol.c
parentdb91188883a253cf0610d0184fe450d6a94b9e14 (diff)
downloadtelepathy-haze-4ae11f0444a2fa13339f785609f7b35d05856ea8.tar.gz
Remove StreamedMedia support
In Pidgin, it's only implemented for XMPP (for which we have Gabble), MSNP (which will disappear soon), and mxit (which I doubt anyone's actually tested). Empathy can't do StreamedMedia any more, only Call, and Telepathy 1.0 will only have Call. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=69318 Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Diffstat (limited to 'src/protocol.c')
-rw-r--r--src/protocol.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/protocol.c b/src/protocol.c
index aa4d864..df56071 100644
--- a/src/protocol.c
+++ b/src/protocol.c
@@ -913,9 +913,6 @@ haze_protocol_get_connection_details (TpBaseProtocol *base,
{
GType types[] = { HAZE_TYPE_IM_CHANNEL_FACTORY,
HAZE_TYPE_CONTACT_LIST,
-#ifdef ENABLE_MEDIA
- HAZE_TYPE_MEDIA_MANAGER,
-#endif
G_TYPE_INVALID };
*channel_manager_types = g_memdup (types, sizeof (types));