[telepathy-gabble/master] Remove requirement that InitialInvitee{IDs, Handles} are mutually exclusive
Danielle Madeley
danielle.madeley at collabora.co.uk
Wed Jan 13 02:33:24 PST 2010
---
src/muc-factory.c | 7 -------
1 files changed, 0 insertions(+), 7 deletions(-)
diff --git a/src/muc-factory.c b/src/muc-factory.c
index 6f6dcb3..4e381d9 100644
--- a/src/muc-factory.c
+++ b/src/muc-factory.c
@@ -1210,13 +1210,6 @@ handle_text_channel_request (GabbleMucFactory *self,
invite_msg = tp_asv_get_string (request_properties,
GABBLE_IFACE_CHANNEL_INTERFACE_CONFERENCE ".InvitationMessage");
- if (initial_handles != NULL && initial_ids != NULL)
- {
- g_set_error (error, TP_ERRORS, TP_ERROR_INVALID_ARGUMENT,
- "InitialInviteeHandles and InitialInviteeIDs must not both be given");
- return FALSE;
- }
-
handles = tp_handle_set_new (contact_handles);
continue_handles = tp_intset_new ();
final_channels = g_hash_table_new (g_str_hash, g_str_equal);
--
1.5.6.5
More information about the telepathy-commits
mailing list