Op zaterdag 04 februari 2006 16:17, schreef James Bunton: <snip> > 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.
Dutch updates (you can replace my email address with my JID, see signature): msnConnectFailed = u"Verbinden met MSN-servers mislukte: %s" msnFtSizeRejected = u"Het bestand '%s' werd geweigerd omdat het groter was dan %s. Als u grotere bestanden naar deze contactpersoon wilt verzenden, gebruik dan Jabber. Zie %s voor details." -- Mvg, Sander Devrieze. xmpp:[EMAIL PROTECTED] ejabberd, the expandable Jabber daemon. -- http://ejabberd.jabber.ru/ From [EMAIL PROTECTED] Sat Feb 4 17:13:49 2006 From: [EMAIL PROTECTED] (Kathryl) Date: Sat Feb 4 17:13:50 2006 Subject: [py-transports] PyMSNt update In-Reply-To: <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> Working fine here for the moment, i'll report back here if problem appear. [EMAIL PROTECTED] James Bunton a ?crit : > 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 > > _______________________________________________ > py-transports mailing list > py-transports@blathersource.org > http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports From [EMAIL PROTECTED] Sun Feb 5 12:42:40 2006 From: [EMAIL PROTECTED] (Stian B. Barmen) Date: Sun Feb 5 12:42:59 2006 Subject: [py-transports] PyMSNt update In-Reply-To: <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> I have moved msn.jabber.no over to the newest svn version (msn-beta.jabber.no soon to be removed). Now it seems that the gajim client works with sending aswell, seems something has changed that mad Gajim work, so this is no longer an issue. Maybe it is because of the resource msn in your changes list (this is my bet!). Anywho, things are working very nice! :) All the MSN users on jabber.no will now use the svn version and I will report on any problems. Thanks again for your work James! -stian James Bunton skrev: > 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.