On 7/5/06, Matthew Anderson <[EMAIL PROTECTED]> wrote:
> I'm not sure how to use it though.
Your client should provide something called 'Service Discovery' or
'Transports' (depending on client), that will allow you to enter
_your_ aim username and password to connect to the aim network.

> For testing, I just want to send
> a message through the transport, but I'm not sure how to associate a
> jid with a aim screen name.  The near-term goal is to associate
> multiple JIDs managed by a jabber component ([EMAIL PROTECTED])
> with aim screen names.

Once you've registered if you send a message to
[EMAIL PROTECTED], then the transport will send a message from
your aim account to [name]'s aim account.  (If it's an old aim
account, then the transport will send a bunch of subscriptions
requests so that your old user list is shown up on your jabber client)

-- 
- Norman Rasmussen
 - Email: [EMAIL PROTECTED]
 - Home page: http://norman.rasmussen.co.za/
From [EMAIL PROTECTED]  Thu Jul  6 13:22:50 2006
From: [EMAIL PROTECTED] (Shane Bishop)
Date: Thu Jul  6 13:22:57 2006
Subject: [py-transports] howto for pyIRCt and pyYIMt
Message-ID: <[EMAIL PROTECTED]>

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
From [EMAIL PROTECTED]  Thu Jul  6 13:25:36 2006
From: [EMAIL PROTECTED] (Boris Granveaud)
Date: Thu Jul  6 13:25:45 2006
Subject: [py-transports] configuration problem with PyYIMt 0.3
In-Reply-To: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
Message-ID: <[EMAIL PROTECTED]>

Hi,

I can't get PyYIMt to work. I've tried version 0.3 and the cvs version.

0.3 gives me this error:

DEBUG: dispatcher   warn  Registering protocol "error" as 
xmpp.protocol.Protocol(http://etherx.jabber.org/streams)
DEBUG: socket       sent  <?xml version='1.0'?>
  <stream:stream 
xmlns="http://jabberd.jabberstudio.org/ns/component/1.0"; to="127.0.0.1" 
version="1.0" xmlns:stream="http://etherx.jabber.org/streams"; >
DEBUG: bind         start Plugging <xmpp.auth.ComponentBind instance at 
0xb7cfbeec> into <xmpp.client.Component instance at 0xb7cf4ecc>
DEBUG: dispatcher   info  Registering handler <bound method 
ComponentBind.FeaturesHandler of <xmpp.auth.ComponentBind instance at 
0xb7cfbeec>> for "features" type-> ns->(http://etherx.jabber.org/streams)
DEBUG: dispatcher   warn  Registering protocol "features" as 
xmpp.protocol.Protocol(http://etherx.jabber.org/streams)
DEBUG: socket       got   <?xml version='1.0'?>
  <stream:stream xmlns:stream='http://etherx.jabber.org/streams' 
xmlns='http://jabberd.jabberstudio.org/ns/component/1.0' 
from='127.0.0.1' version='1.0' 
id='6olzt6u61q6bnogkzgbpp0xldwfhq2cwrywk4qq6'>
DEBUG: socket       got   <stream:features 
xmlns:stream='http://etherx.jabber.org/streams'/>
DEBUG: dispatcher   ok    Got http://etherx.jabber.org/streams/features 
stanza
DEBUG: dispatcher   ok    Dispatching features stanza with type-> 
props->[] id->None
DEBUG: bind         error Server does not requested binding.
DEBUG: socket       sent  <bind name="devlinux3" id="1" />
DEBUG: dispatcher   wait  Waiting for ID:1 with timeout 25...
DEBUG: socket       got   <bind 
xmlns='http://jabberd.jabberstudio.org/ns/component/1.0' error='409' 
id='1'/>
DEBUG: dispatcher   warn  Unknown namespace: 
http://jabberd.jabberstudio.org/ns/component/1.0
DEBUG: dispatcher   warn  Unknown stanza: bind
DEBUG: dispatcher   ok    Dispatching unknown stanza with type-> 
props->[] id->1
DEBUG: dispatcher   ok    Expected stanza arrived!
DEBUG: bind         error Binding failed: 409.
DEBUG: bind         stop  Plugging <xmpp.auth.ComponentBind instance at 
0xb7cfbeec> out of <xmpp.client.Component instance at 0xb7cf4ecc>.
Could not connect to server, or password mismatch!

and the cvs version seems to work except that all my Yahoo contacts are 
offline.

B.

Reply via email to