--- a/libpurple/protocols/mxit/mxit.c Sun Nov 17 20:23:45 2013 +0530 +++ b/libpurple/protocols/mxit/mxit.c Mon Nov 18 00:03:23 2013 +0530 @@ -182,7 +182,7 @@ /* not our conversation */ return; } - else if ( PURPLE_IS_CHAT_CONVERSATION( conv ) ) { + else if ( !PURPLE_IS_IM_CONVERSATION( conv ) ) { /* wrong type of conversation */ return; }