Re: msnp, friends list

2005-02-18 Thread jr
Mark, Thank you so much for that information. Been struggling with this issue for quite some time now. A simle line comment on line 647 of session.py solves all problems :) this line sets your status to online and does not get time (usually) to get friends list correctly. -- http://mail.python.or

Re: msnp, friends list

2005-02-17 Thread Mark Rowe
On Feb 18, 2005, at 11:35 AM, jr wrote: Sorry, I guess what I meant to ask was the status of the friends in the friends list begin updated. Right now we have a friends list which is being populated with the correct users, but their status (online, offline) is never getting set. For some reason the

Re: msnp, friends list

2005-02-17 Thread jr
Sorry, I guess what I meant to ask was the status of the friends in the friends list begin updated. Right now we have a friends list which is being populated with the correct users, but their status (online, offline) is never getting set. For some reason the events aren't being fired?? -- http://

Re: msnp, friends list

2005-02-17 Thread Mark Rowe
On Feb 18, 2005, at 7:31 AM, jr wrote: I'm currently using the msnp.py code from Manish Jethani's project. I havn't been able to get the friends list to update like it should. it works once out of about every 25 times the program loads. Has anyone been able to implement his code and get the friends

msnp, friends list

2005-02-17 Thread jr
I'm currently using the msnp.py code from Manish Jethani's project. I havn't been able to get the friends list to update like it should. it works once out of about every 25 times the program loads. Has anyone been able to implement his code and get the friends list to actively update? Or have any