summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2012-02-08 16:26:06 +0100
committerOlivier CrĂȘte <olivier.crete@collabora.com>2012-02-09 17:29:25 +0100
commit30cb4df8d9a603f58b7ab3d4c74b1563033b8a76 (patch)
tree338fe62228e32bcc9463ab46c8aac526bcbd71da
parent9626c140baf85f8b1a4464924d0d7de7bb0e738b (diff)
downloadtelepathy-farstream-30cb4df8d9a603f58b7ab3d4c74b1563033b8a76.tar.gz
Return not-implemented if more than one endpoint
-rw-r--r--telepathy-farstream/call-stream.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/telepathy-farstream/call-stream.c b/telepathy-farstream/call-stream.c
index 689d290..a613ddf 100644
--- a/telepathy-farstream/call-stream.c
+++ b/telepathy-farstream/call-stream.c
@@ -927,8 +927,8 @@ endpoints_changed (TpCallStream *proxy,
self->endpoint_objpath))
tf_call_stream_fail_literal (self,
TP_CALL_STATE_CHANGE_REASON_INTERNAL_ERROR,
- TP_ERROR_STR_INVALID_ARGUMENT,
- "Trying to give a different endpoint, CM bug");
+ TP_ERROR_STR_NOT_IMPLEMENTED,
+ "Having more than one endpoint is not implemented");
return;
}