Hopefully fixed in SVN. ---
James On 05/05/2006, at 11:05 PM, Norman Rasmussen wrote: > I tried, to login - could have easily sent presence to the transport > more than once. MSN kept telling me I was being logged in from > another location. Eventually looked at the log file to find: <snip> From [EMAIL PROTECTED] Sun May 14 20:58:02 2006 From: [EMAIL PROTECTED] (Norman Rasmussen) Date: Sun May 14 20:58:07 2006 Subject: [py-transports] pyirct and pyyimt news Message-ID: <[EMAIL PROTECTED]> For those watching the previously 'lesser known' transports which use the xmpp.py libraries instead of the twisted ones, you'll know there hasn't been much development in the past while. Well recently both projects have had some attention from yours-truly this weekend: - I've finally checked in my start at multi-resource code for the irc transport, so this means if you login to your jid using multiple resources, you can join the same channels twice with the same nick. No one on IRC will even know that you're using two clients! IIRC this also includes code to 'remember' where you privmsg'ed someone, so no more privmsg's 'bouncing' into a new window. - I've migrated all the disco code in the yahoo transport to the 'new' browser model. So far no new features, but adding ad-hoc commands should be easier now. Ad-hoc commands are new up on the list. I'm even thinking of adding a 'cvs up' command :-) -- - Norman Rasmussen - Email: [EMAIL PROTECTED] - Home page: http://norman.rasmussen.co.za/ From [EMAIL PROTECTED] Mon May 15 12:42:26 2006 From: [EMAIL PROTECTED] (Norman Rasmussen) Date: Mon May 15 12:42:31 2006 Subject: [py-transports] pyaimt and pyicqt fail with twisted 2.2 Message-ID: <[EMAIL PROTECTED]> Traceback: File "PyAIMt/src/sasl.py", line 121, in __init__ SASLConnectAuthenticator.__init__(self, componentjid) TypeError: __init__() takes exactly 1 argument (2 given) I think that SASLConnectAuthenticator could inherit from component.ConnectComponentAuthenticator now? - bah assuming everyone is using twisted 2.2+. -- - Norman Rasmussen - Email: [EMAIL PROTECTED] - Home page: http://norman.rasmussen.co.za/ From [EMAIL PROTECTED] Mon May 15 13:03:58 2006 From: [EMAIL PROTECTED] (Daniel Henninger) Date: Mon May 15 13:05:19 2006 Subject: [py-transports] pyaimt and pyicqt fail with twisted 2.2 In-Reply-To: <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> On May 15, 2006, at 8:42 AM, Norman Rasmussen wrote: > Traceback: > File "PyAIMt/src/sasl.py", line 121, in __init__ > SASLConnectAuthenticator.__init__(self, componentjid) > TypeError: __init__() takes exactly 1 argument (2 given) > > I think that SASLConnectAuthenticator could inherit from > component.ConnectComponentAuthenticator now? - bah assuming everyone > is using twisted 2.2+. =( exactly... it's looking to me like one of those instances where i'm going to have an entirely separate sasl.py just for twisted 2.2 and above. Grr. =( I -think- this is reported as a bug report somewhere on my site but not sure. It's definitely on my todo list regardless. Daniel > > -- > - Norman Rasmussen > - Email: [EMAIL PROTECTED] > - Home page: http://norman.rasmussen.co.za/ > _______________________________________________ > py-transports mailing list > [email protected] > http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports
