--- a/libpurple/protocols/simple/simple.c Mon Feb 10 02:09:20 2014 +0530 +++ b/libpurple/protocols/simple/simple.c Mon Feb 10 02:22:24 2014 +0530 @@ -1082,7 +1082,7 @@ if(strstr(statedata, "active")) purple_serv_got_typing(sip->gc, from, 0, PURPLE_IM_TYPING); else - purple_purple_serv_got_typing_stopped(sip->gc, from); + purple_serv_got_typing_stopped(sip->gc, from); g_free(statedata); }