On 08/10/2005, at 8:43 AM, Steve Ramage wrote: > I haven't really been active much, due to school and work, and had a > few > questions. > > 1) A month or so ago, we had talked about how PyMSNt would handle > multiple resources, and how it handles lower priorities sending and > trying to have conversations with someone, was this implemented in 0.10 No, its on the TODO list. Hopefully for 0.10.1, or 0.11.
> > 2) I had a problem with an 'older' version of .10-cvs, where all of a > sudden it would go ape and start signing in again and again and again > and again (once a minute). I have the log, and I'm wondering if anyone > else has expeiranced this problem (James I'll send you the log > directly). I'd appreciate that, thanks. > > 3) The latest version of cvs (I assume I can grab it with cvs update > from the directory) pukes when I try and run it with: > > [15:34:51] [EMAIL PROTECTED]:/usr/local/bin/jabberd2/PyMSNt-0.10-cvs$./PyMSNt > Traceback (most recent call last): > File "main.py", line 42, in ? > import xdb > File "/usr/local/bin/jabberd2/PyMSNt-0.10/src/xdb.py", line 14, in ? > import legacy > File "/usr/local/bin/jabberd2/PyMSNt-0.10/src/legacy/__init__.py", > line 4, in ? > from glue import LegacyConnection, LegacyGroupchat, > translateAccount, startStats, updateStats > File "/usr/local/bin/jabberd2/PyMSNt-0.10-cvs/src/legacy/glue.py", > line 25 > <<<<<<< glue.py > ^ > SyntaxError: invalid syntax > > I downloaded the latest stable tarball and that works fine. Yeah, that is a CVS conflict. > > 4) Question, why when my PyMSNt transport signs in on MSN does the > avatar not come with it. I do see the avatar when I click on the > contact > and elsewhere, but normally when other people sign on, I see there > avatar when they sign. The only other time I don't see an avatar is > when > they are using something that doesn't support avatars at all. PyMSNt > contacts are the only ones I know that don't have an avatar in the > popup. Again just to be clear Avatars are working everywhere else, > except for sign in popups. Which client is this? Its probably a client bug. > > 5) I generally have three things connected to my jid at any time: > Galios: 100 (Notebook) > Turing: 10 (Windows PC at home) > Pascal: 5 (Linux PC at home) > > Its seems that its only when Galios is online that PyMSNt is online, if > I sign out PyMSNt signs out to spite the fact that Turing and Pascal > are > still online, any ideas? > I though the resource stuff was working fine. I'll test it again and get back to you. --- James