You've got an old version of the xmpp.py libraries installed on your system. You'll need to install the new ones to get the transports to work.
On 7/6/06, Shane Bishop <[EMAIL PROTECTED]> wrote: > Is there any place with a basic config guide? I've set some stuff in > transport.ini, but i'm getting errors that make it seem like I ought to > be doing more: > > pyIRCt: > Traceback (most recent call last): > File "./irc.py", line 1762, in ? > connection = xmpp.client.Component(hostname,port,component=component) > TypeError: __init__() got an unexpected keyword argument 'component' > > pyYIMt: > Traceback (most recent call last): > File "./yahoo.py", line 1166, in ? > connection = > client.Component(hostname,port,component=component,domains=[hostname,chathostname]) > TypeError: __init__() got an unexpected keyword argument 'domains' > > Any help would be greatly appreciated. > -- > Shane Bishop > System Administrator > Trinity Bible College > _______________________________________________ > py-transports mailing list > [email protected] > http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports > -- - Norman Rasmussen - Email: [EMAIL PROTECTED] - Home page: http://norman.rasmussen.co.za/ From [EMAIL PROTECTED] Thu Jul 6 13:37:51 2006 From: [EMAIL PROTECTED] (Pedro Melo) Date: Thu Jul 6 13:38:01 2006 Subject: [py-transports] problem changing state in MSN with pymsnt In-Reply-To: <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> Hi, On 2006/06/09, at 15:39, S?rgio Freire wrote: > Thanks James. > Btw, Im using Pedro Melo's patch for avatar in JEP8... are you > going to include it in the next release or soon? Its hard to > maintain a patched version against the latest SVN release. I was away for a month, so this is a bit late in the game. That patch is still not ready for prime time, FYI. I can be much cleaner. Best regards, > Regards, > Sergio Freire > > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:py-transports- > [EMAIL PROTECTED] On Behalf Of James Bunton > Sent: Friday, June 09, 2006 2:38 PM > To: PyTransports Discussion > Subject: Re: [py-transports] problem changing state in MSN with pymsnt > > On 09/06/2006, at 8:44 PM, S?rgio Freire wrote: > >> Hi. >> People here are complaining that when they change state on jabber >> the state change doesn't reflect in MSN. This happens only sometimes. >> The status in MSN is in this case the initial state when you >> connected to jabber.. but if you change it, it doesn't change in >> MSN.. >> I don't know if the problem is with pymsnt or Pandion cliente >> itself.. >> Any idea? >> >> I'm using pymsnt rev164 I think.. >> Regards, >> Sergio Freire > > I think I fixed this in r173. The problem was that the transport was > initially trying to sign in with offline presence, and so MSN > rejected the status change. If you look in your debug log you > probably have a lot of Tracebacks with just numbers (I think it was > 715 for changing status). > > --- > > James > > _______________________________________________ > py-transports mailing list > [email protected] > http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports > _______________________________________________ > py-transports mailing list > [email protected] > http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports -- HIId: Pedro Melo SMTP: [EMAIL PROTECTED] XMPP: [EMAIL PROTECTED]
