Hi all. More news on the PyMSNt front.
Changes from rev107->rev115 (that I remember): * Transport contacts now have the resource MSN * We know that file transfer doesn't work with Gajim. Due to a bug in its socks5 implementation. However message OOB transfer for receiving should work. * ftSizeLimit option (applies to incoming and outgoing transfers). Set this in config.xml to a byte value. The MSN contact gets a message saying that they should download jabber from config.website if they want to send/receive larger files. * Proper support for Words 0.3 * <ip/> option has moved to <host/> * A few bug fixes. Please check it out. There's lots to test. Have a look at the new config-example.xml to make sure you have all the options set that you want. Specifically: * Sending/receiving messages edge cases (like when just logging in or out) * Same with groupchats and file transfers. * Non-happy file transfer paths. Make sure that the behaviour is sensible if the transfer failed for whatever reason. * Adding/removing/[un]blocking contacts. Thanks for all your help. For a fresh check out svn co svn://delx.cjb.net/pymsnt/trunk pymsnt To switch from 0.10.x to this release: svn switch svn://delx.cjb.net/pymsnt/trunk Please let me know how you go. Thanks. Things I have to do before I release 0.11: * Testing! :) * Rate limiting on file transfers * Documentation updates * A few harmless exception fixes. Also better error messages if needed modules are missing. Translations. I won't wait on these. But it would be nice if they were up to date for release. Anybody interested in doing a translation for their language, have a look at lang.py and copy from one of the other examples. Or just update the existing one. Most of the non-English translations have English strings that need to be fixed. Thanks. That's all for now! --- James