libpurple googletalk connection and buddy add issues with msn

Duncan Berriman duncan at dcl.co.uk
Thu Dec 16 10:19:47 EST 2010


Hi,

 

I'm new here so apologies if I've missed something. I've written a libpurple
client over the last couple of days and all is working pretty well however I
have a couple of questions I can't seem to find the answer to by looking
through the mailing list archive, on google or in the source.

 

Firstly what is the correct account connection string for googletalk (msn is
prpl-msn), for that matter what are all the valid ones.

 

               PurpleAccount *account = purple_account_new("me at gmail.com",
"prpl-???");

 

Secondly I've been using msn ok, if I use an existing account I have had a
long time I can send messages using my client without an issue and receive
messages.

 

If however I use a new msn account I don't seem to be able to do anything.

 

If I add a new buddy using it the buddy never gets a request and it doesn't
appear on the accounts buddy list when I log on using msn messenger. Buddies
I add via msn messenger do however appear in my client when I next use it.

 

I'm doing the following to add a new buddy..

 

               buddy = purple_buddy_new(account,"me at hotmail.co.uk",NULL);

               purple_blist_add_buddy(buddy, NULL, NULL, NULL);

               purple_account_add_buddy(account,buddy);

 

I'm assuming this will case a request to be sent to the buddy so they can
add or reject me.

 

Any help greatly appreciated and if there is somewhere I can find out all
this for myself please point me in the correct direction and accept my
apologies.

 

Thanks

Duncan

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://pidgin.im/pipermail/devel/attachments/20101216/30eb69d7/attachment-0001.html>


More information about the Devel mailing list