--- a/libpurple/protocols/mxit/multimx.c Mon Feb 10 01:40:39 2014 +0530 +++ b/libpurple/protocols/mxit/multimx.c Mon Feb 10 02:20:01 2014 +0530 @@ -288,7 +288,7 @@ g_hash_table_insert(components, g_strdup("room"), g_strdup(contact->alias)); /* Call libpurple - will trigger either 'mxit_chat_join' or 'mxit_chat_reject' */ - purple_purple_serv_got_chat_invite(session->con, contact->alias, creator, NULL, components); + purple_serv_got_chat_invite(session->con, contact->alias, creator, NULL, components); }