On Fri, Apr 15, 2005 at 10:24:39PM +1000, James Bunton wrote: > Just wondering, why didn't you use the name argument to > sendRosterImport instead of making a new one? > > --- > > James > > > On 15/04/2005, at 9:16 PM, Jonas ?dahl wrote: > > >Server side nicknames imported from the server side contact list isn't > >properly propagated. This patch adds this functionality. > > > >As roster-subsync isn't supported in any clients that we know of there > >is a > >web registration form that Magnus has made. > > > >http://zion.olf.sgsnet.se:8080/wakka/WUR > >
Good point :) We didn't notice it, because name was used to create the jid one level up in icqt.py in updateSSIContact. The nick variable there is required but not in sendRosterImport. Thanks for noticing. /Jonas -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 185 bytes Desc: not available Url : http://modevia.com/pipermail/py-transports/attachments/20050415/e9283578/attachment.pgp From [EMAIL PROTECTED] Fri Apr 15 12:39:32 2005 From: [EMAIL PROTECTED] (James Bunton) Date: Fri Apr 15 12:39:22 2005 Subject: [py-transports] PyMSNt update Message-ID: <[EMAIL PROTECTED]> Hi all. As some of you might know, I've been doing lots of bugfixing on PyMSNt lately. The latest CVS is quite a lot more stable than any previous release. Right now it's running on Portugal Telecom servers, with up to 500 concurrent sessions. I've just put up a tarball of what I'm planning to release as 0.9.3 soon. You can grab it from http://msn-transport.jabberstudio.org/tarballs Either that or just run "cvs update" in your 0.9.x installation. The major updates are: * debug.log file is moveable by sending SIGHUP * SIGHUP also reloads the config file * Tracks messages sent to MSN servers for more reliable messaging * debug.log smartness. Only log 100 lines before exceptions, as well as the exception itself * Config file parser warns rather than dies if a config option is not understood * Stability fixes * More stability fixes If you manage to break this in any way please let me know. I'd like to make 0.9.3 as solid as possible. After this I'll either continue working on file transfer, or start on avatars. Hopefully I'll know soon :) Happy testing everybody! --- James
