On 26/01/2006, at 8:06 AM, GIROD Jean-Laurent wrote: > > Le 25 janv. 06 ? 04:38, James Bunton a ?crit : >> >> Nice description. Mind if I steal that for the docs? >> >> SVN rev 103 should be much nicer to start. Note that all paths in >> config.xml are relative to the PyMSNt directory. The reactor config >> option works again, and path separator issues should be fixed, so it >> should work on Windows now. >> >> Please help test this new code. You now have different log levels, >> backgrounding, and a few other neat things. >> >> Thanks, and enjoy :) >> >> --- >> >> James > > I have a some problems with rev 103. > > The option <getAllAvatars/> does not work on my server. Psi and iChat > only get the avatar when a chat occurs, but not at login. > > Moreover, when I uncomment "<debugFile>debug.log</debugLog>", PyMSNt > crash at launch. > This line must be: <debugFile>debug.log</debugFile> in > config-example.xml. > > Thanks ;)
Should all be fixed in rev104 :) * Moved presence probe to session.py * Fixed bug with personal messages. * Moved default avatar images to a data dir. * Switch to using twisted.scripts.twistd code for daemonising and pid file * Cleaned up config-example.xml * Fixed GETALLAVATARS option so it works again. --- James