I have just updated to the latest version of the svn on msn-beta.jabber.no and now I cannot get FT DOWN to work no more (this worked fine on rev 90, just tested again now with svn --revision 90).
On the UP part I cannot get Gajim to recognice the support for sending files. The option is not active, I guess it is expecting some kind of response in disco or something. I will ask the devs when they come online. At least the DOWN transfer is broken for my park on this rev, is there any changes in config since rev 90? (I used the latest config-example.xml on rev 97). Here is the FT DOWN debug: 2006/01/23 09:14 CET [NotificationClient,client] INFO :: [EMAIL PROTECTED] :: :: gotSwitchboardInvitation :: msn.msnw.NotificationClient :: {'self': 'instance', 'host': '207.46.6.171', 'userHandle': '[EMAIL PROTECTED]', 'sessionID': 17402066, 'key': '1138004043.26086', 'port': 1863, 'screenName': 'silje'} 2006/01/23 09:14 CET [NotificationClient,client] INFO :: (u'[EMAIL PROTECTED]', '[EMAIL PROTECTED]') :: :: connectReply :: msn.msnw.OneSwitchboardSession :: {'self': 'instance', 'host': '207.46.6.171', 'sessionID': 17402066, 'key': '1138004043.26086', 'port': 1863} 2006/01/23 09:14 CET [NotificationClient,client] Starting factory <twisted.internet.protocol.ClientFactory instance at 0xb752b6ec> 2006/01/23 09:14 CET [OneSwitchboardSession,client] INFO :: (u'[EMAIL PROTECTED]', '[EMAIL PROTECTED]') :: :: loggedIn :: msn.msnw.OneSwitchboardSession :: {'self': 'instance'} 2006/01/23 09:14 CET [OneSwitchboardSession,client] INFO :: (u'[EMAIL PROTECTED]', '[EMAIL PROTECTED]') :: :: _ready :: msn.msnw.OneSwitchboardSession :: {'self': 'instance'} 2006/01/23 09:14 CET [OneSwitchboardSession,client] INFO :: (u'[EMAIL PROTECTED]', '[EMAIL PROTECTED]') :: :: userJoined :: msn.msnw.OneSwitchboardSession :: {'self': 'instance', 'userHandle': '[EMAIL PROTECTED]', 'screenName': ''} 2006/01/23 09:14 CET [OneSwitchboardSession,client] INFO :: (u'[EMAIL PROTECTED]', '[EMAIL PROTECTED]') :: :: gotFileReceive :: msn.msnw.OneSwitchboardSession :: {'fileReceive': <tlib.msn.msn.SLPLink_FileReceive instance at 0xb752baac>, 'self': 'instance'} 2006/01/23 09:14 CET [OneSwitchboardSession,client] INFO :: [EMAIL PROTECTED] :: :: gotFileReceive :: glue.LegacyConnection :: {'fileReceive': <tlib.msn.msn.SLPLink_FileReceive instance at 0xb752baac>, 'self': 'instance'} 2006/01/23 09:14 CET [OneSwitchboardSession,client] INFO :: :: :: __init__ :: FTReceive :: {'self': 'instance', 'session': <session.Session instance at 0xb7791a6c>, 'legacyftp': <tlib.msn.msn.SLPLink_FileReceive instance at 0xb752baac>, 'senderJID': '[EMAIL PROTECTED]'} 2006/01/23 09:14 CET [OneSwitchboardSession,client] INFO :: :: :: __init__ :: DiscoRequest :: {'jid': u'[EMAIL PROTECTED]/gajim_0.9', 'pytrans': <main.PyTransport instance at 0xb75cae8c>, 'self': 'instance'} 2006/01/23 09:14 CET [XmlStream,client] INFO :: :: Doing callback :: onIq :: ServerDiscovery :: {'el': <twisted.words.xish.domish.Element object at 0xb752b78c>, 'froj': <twisted.words.protocols.jabber.jid.JID instance at 0xb74e4ecc>, 'iqType': u'result', 'self': 'instance', 'fro': u'[EMAIL PROTECTED]/gajim_0.9', 'ulang': None, 'to': u'msn-beta.jabber.no', 'ID': u'4'} 2006/01/23 09:14 CET [XmlStream,client] INFO :: (u'[EMAIL PROTECTED]/gajim_0.9', '[EMAIL PROTECTED]') :: :: discoDone :: FTReceive :: {'self': 'instance', 'features': [u'http://jabber.org/protocol/bytestreams', u'http://jabber.org/protocol/si', u'http://jabber.org/protocol/si/profile/file-transfer']} 2006/01/23 09:14 CET [XmlStream,client] INFO :: (u'[EMAIL PROTECTED]/gajim_0.9', '[EMAIL PROTECTED]') :: Choosing transfer mode. :: discoDone :: FTReceive :: {'enabledS5B': False, 'features': [u'http://jabber.org/protocol/bytestreams', u'http://jabber.org/protocol/si', u'http://jabber.org/protocol/si/profile/file-transfer'], 'enabledOOB': False, 'hasS5B': 1, 'self': 'instance', 'hasFT': 1, 'hasOOB': 0} -stian > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > James Bunton > Sent: Monday, January 23, 2006 2:20 AM > To: PyAIM-t/PyICQ-t/PyMSN-t Discussion > Subject: [py-transports] PyMSNt file transfer UP! > > Ok everybody, this is it :) > > We can send/receive files to MSN clients (ver6 and above) > using both jabber:iq:oob and socks5 bytestreams :) > > That means just about any Jabber client that supports file > transfers should be able to send/receive to MSN contacts. > > To try it out... > svn co svn://delx.cjb.net/pymsnt/trunk pymsnt > > Make sure you read through the new settings in config-example.xml > > Sorry I've been a bit lax responding to communications > lately. Been busy getting this working. I'll go through and > start replying now :) > > Also this revision might fix problems with outgoing avatars. > > Things to do before a 0.11 release: > * Some kind of rate limiting on transfer speeds > * A limit of transfer sizes > * Either move all options back into config.xml, or move all > options into PyMSNt.tac > > I'd like some feedback on the last in particular. But I think > we can all agree that the installation and configuration for > the 0.10 releases were a little annoying :) > > Enjoy everybody! > > --- > > James > > _______________________________________________ > py-transports mailing list > py-transports@blathersource.org > http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports >