summaryrefslogtreecommitdiff
path: root/src/call-muc-channel.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/call-muc-channel.c')
-rw-r--r--src/call-muc-channel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/call-muc-channel.c b/src/call-muc-channel.c
index bd888d9e1..09c588af5 100644
--- a/src/call-muc-channel.c
+++ b/src/call-muc-channel.c
@@ -1062,7 +1062,7 @@ gabble_call_muc_channel_incoming_session (GabbleCallMucChannel *self,
if (member == NULL || gabble_call_member_get_session (member) != NULL)
{
gabble_jingle_session_terminate (session,
- TP_CHANNEL_GROUP_CHANGE_REASON_NONE,
+ JINGLE_REASON_UNKNOWN,
"Muji jingle session initiated while there already was one",
NULL);
}