Hi,

I've setup the port in eJabberd. Still this error when trying to run the
transport:

[EMAIL PROTECTED]:~/transports/yahoo-transport-0.3$ python yahoo.py
Invalid debugflag given: always
Invalid debugflag given: nodebuilder
DEBUG:
DEBUG: Debug created for /usr/lib/python2.4/site-packages/xmpp/client.py
DEBUG:  flags defined: always,nodebuilder
DEBUG: socket       start Plugging <xmpp.transports.TCPsocket instance at
0xb7bf526c> into <xmpp.client.Component instance at 0xb7bf0dcc>
DEBUG: socket       error Failed to connect to remote host ('127.0.0.1',
9001): Connection refused (111)
Traceback (most recent call last):
  File "/usr/lib/python2.4/site-packages/xmpp/transports.py", line 126, in
connect
    self._sock.connect(server)
  File "<string>", line 1, in connect
error: (111, 'Connection refused')
DEBUG: socket       stop  Plugging <xmpp.transports.TCPsocket instance at
0xb7bf526c> out of <xmpp.client.Component instance at 0xb7bf0dcc>.
Could not connect to server, or password mismatch!
[EMAIL PROTECTED]:~/transports/yahoo-transport-0.3$


Here is my config:

<yahoo>

<jid>yahoo.babuki.com</jid>
<confjid>chatrooms.yahoo.babuki.com</jid>
<host>127.0.0.1</host>
<discoName>Yahoo Transport</discoName>
<spoolFile>../spools/</spoolFile>
<pid>PyYahoo.pid</pid>
<mainServer>babuki.com</mainServer>
<mainServerJID>babuki.com</mainServerJID>
<port>5350</port>
<secret>*******</secret>
<allowRegister>
<admins>
        <jid>[EMAIL PROTECTED]</jid>
</admins>

</yahoo>


On Sun, 27 May 2007 15:06:14 +0200, "Norman Rasmussen"
<[EMAIL PROTECTED]> wrote:
> On 5/27/07, Florian Jensen <[EMAIL PROTECTED]> wrote:
>> The error I get when running it: http://paste.florianjensen.com/?71
> 
>> Failed to connect to remote host ('127.0.0.1', 9001): Connection refused
> (111)
> 
> That says it all.  Make sure you have the correct port number for your
> server (it _MUST_ match)
> 
> --
> - Norman Rasmussen
>  - Email: [EMAIL PROTECTED]
>  - Home page: http://norman.rasmussen.co.za/
> _______________________________________________
> py-transports mailing list
> py-transports@blathersource.org
> http://lists.modevia.com/cgi-bin/mailman/listinfo/py-transports
-- 
Flosoft.biz / CEK Media Service
CEK Media Service
Seestr. 8
73773 Aichwald
Germany

_______________________________________________
py-transports mailing list
py-transports@blathersource.org
http://lists.modevia.com/cgi-bin/mailman/listinfo/py-transports

Reply via email to