--- a/libpurple/protocols/mxit/multimx.c Tue Jul 09 15:42:36 2013 +0530 +++ b/libpurple/protocols/mxit/multimx.c Tue Jul 09 15:48:17 2013 +0530 @@ -560,7 +560,7 @@ mxit_send_groupchat_invite(session, multimx->roomid, 1, &username); /* Find the buddy information for this contact (reference: "libpurple/buddylist.h") */ - buddy = purple_find_buddy(session->acc, username); + buddy = purple_blist_find_buddy(session->acc, username); if (!buddy) { purple_debug_warning(MXIT_PLUGIN_ID, "mxit_chat_invite: unable to find the buddy '%s'\n", username); return;