Regarding a query

2010-07-02 Thread nandini AGGARWAL
Hi I am trying to set user icon using libpurple API but i am not able to do so. I am using the following API. image_store = purple_imgstore_new_from_file( "D:\\nandani\\pic\\LavenderFlowers.jpg"); filename = purple_imgstore_get_filename(image_store); get_icon_data = g_file_get_contents("D:\\nan

Display buddy icon

2010-07-05 Thread nandini AGGARWAL
Hi I am not able to display buddy icon in my own messenger using libpurple for windows.. I am using following mentioned API's. icon = purple_buddy_get_icon(pBuddy); check = purple_buddy_icons_node_has_custom_icon(&pBuddy->node); path = purple_buddy_icon_get_full_path(pBuddy->icon); image

Unable to send add buddy request in ICQ

2010-09-06 Thread nandini AGGARWAL
Hi I am trying to send add buddy request in ICQ but no add buddy request authorization dialog box pop up at remote end. But I am able to recieve add buddy request authorization dialog box. I am using the following code : p_new_buddy = purple_buddy_new(p_account, p_buddy_name, p_alias); purple_