unable to send group chat invitation on gmail/aim/icq

2010-07-27 Thread Siddharth Chandra
Hi, I am unable to send group chat invitation on gmail/aim/icq protocols. I use the following APIs in the nullclient code provided by libpurple. PurpleConversation *new_conv; PurpleConvChat *new_chat; new_conv = purple_conversation_new(PURPLE_CONV_TYPE_CHAT, account, chatroom_name); new_chat =

sending events to the libpurple library without gtk or gnt

2010-07-02 Thread Siddharth Chandra
Hi, Since Libpurple is a thread unsafe library, I wanted to know, how I can send UI requests like send IM and status update etc. without creating a new thread. I have gone through pidgin and finch code and have noticed that they register gtk and gnt callbacks to do so. I am not using any of these,

Re: sending events to the libpurple library without gtk or gnt

2010-07-02 Thread Siddharth Chandra
On Fri, Jul 2, 2010 at 8:34 PM, Ethan Blanton e...@pidgin.im wrote: Siddharth Chandra spake unto us the following wisdom: Since Libpurple is a thread unsafe library, I wanted to know, how I can send UI requests like send IM and status update etc. without creating a new thread. I have

Re: unable to connect to aol

2010-07-01 Thread Siddharth Chandra
On Mon, Jun 28, 2010 at 8:44 PM, Siddharth Chandra siddharthchand...@gmail.com wrote: On Mon, Jun 28, 2010 at 7:04 PM, Daniel Atallah datal...@pidgin.imwrote: On Mon, Jun 28, 2010 at 08:31, Siddharth Chandra siddharthchand...@gmail.com wrote: Hi, I am unable to login to AOL. Here

offline messages retrieval

2010-06-29 Thread Siddharth Chandra
Hi, I am unable to retrieve offline messages through libpurple api, please let me know if there is any callback functions to do the same. I am using nullclient.c to do the same. I am using libpurple 2.7.1. Thanks in advance Siddharth ___

Re: Support Digest, Vol 34, Issue 51

2010-06-28 Thread Siddharth Chandra
Hi, I am unable to login to AOL. Here is the debug information (16:50:03) certificate: Successfully verified certificate for bos.oscar.aol.com (16:50:03) oscar: connected to FLAP server of type 0x0002 (16:51:33) oscar: Scheduling destruction of FLAP connection of type 0x0002 (16:51:33) oscar:

unable to connect to aol

2010-06-28 Thread Siddharth Chandra
Hi, I am unable to login to AOL. Here is the debug information (16:50:03) certificate: Successfully verified certificate for bos.oscar.aol.com (16:50:03) oscar: connected to FLAP server of type 0x0002 (16:51:33) oscar: Scheduling destruction of FLAP connection of type 0x0002 (16:51:33) oscar:

Re: unable to connect to aol

2010-06-28 Thread Siddharth Chandra
On Mon, Jun 28, 2010 at 7:04 PM, Daniel Atallah datal...@pidgin.im wrote: On Mon, Jun 28, 2010 at 08:31, Siddharth Chandra siddharthchand...@gmail.com wrote: Hi, I am unable to login to AOL. Here is the debug information (16:50:03) certificate: Successfully verified certificate

sending a file to yahoo messenger | connecting to aim/icq

2010-03-11 Thread Siddharth Chandra
I am trying to build a small command line messenger for windows that uses libpurple. I used the nullclient.c example file. I am trying to send files to yahoo using the function 'serv_send_file', and the request comes to the remote machine and then after accepting times out. Although I am able to