[telepathy-gabble/master] we can't create FT channel using RequestChannel
Guillaume Desmottes
guillaume.desmottes at collabora.co.uk
Mon Mar 30 04:22:41 PDT 2009
We can't pass mandatory properties to RequestChannel so there is no
point to pretend that we support it.
---
src/ft-manager.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/src/ft-manager.c b/src/ft-manager.c
index 309a2c7..6539370 100644
--- a/src/ft-manager.c
+++ b/src/ft-manager.c
@@ -537,7 +537,6 @@ channel_manager_iface_init (gpointer g_iface,
iface->foreach_channel = gabble_ft_manager_foreach_channel;
iface->foreach_channel_class = gabble_ft_manager_foreach_channel_class;
- iface->request_channel = gabble_ft_manager_handle_request;
iface->create_channel = gabble_ft_manager_handle_request;
iface->ensure_channel = gabble_ft_manager_handle_request;
}
--
1.5.6.5
More information about the telepathy-commits
mailing list