# HG changeset patch # User andrew.victor@mxit.com # Date 1313241199 0 # Node ID 94b71f521edbb983a5af765b37f8658bcbcdc8fe # Parent 82ca1b87926547d816796b37248f087610f6f63b Returning wrong value here. diff -r 82ca1b879265 -r 94b71f521edb libpurple/protocols/mxit/voicevideo.c --- a/libpurple/protocols/mxit/voicevideo.c Fri Aug 12 22:44:39 2011 +0000 +++ b/libpurple/protocols/mxit/voicevideo.c Sat Aug 13 13:13:19 2011 +0000 @@ -95,7 +95,7 @@ /* and only when they're online */ if (contact->presence == MXIT_PRESENCE_OFFLINE) - return MXIT_PRESENCE_OFFLINE; + return PURPLE_MEDIA_CAPS_NONE; /* they support voice-only */ if (contact->capabilities & MXIT_PFLAG_VOICE)