Sinha:

I tried my suggestion and it worked fine, so my guess is that the file you
changed it in was not the one that the transport is using.

There is a better and safer way though, in yahoo.py, change on line 1281:
    connection =
xmpp.client.Component(config.compjid,config.port,debug=debug,domains=[config.jid,config.confjid],sasl=sasl,bind=config.useComponentBinding,route=config.useRouteWrap,xcp=xcp)
to:
    connection =
xmpp.client.Component(config.compjid,config.port,typ='not-jabberd2',debug=debug,domains=[config.jid,config.confjid],sasl=sasl,bind=config.useComponentBinding,route=config.useRouteWrap,xcp=xcp)

(i.e. just add the 'typ' value, it doesn't matter what you set it to, as
long as it's NOT 'jabberd2'.

Cheers

Norman

On Wed, Sep 10, 2008 at 6:00 PM, Norman Rasmussen <[EMAIL PROTECTED]>wrote:

> On Wed, Sep 10, 2008 at 3:44 PM, Sinha <[EMAIL PROTECTED]> wrote:
>
>> I have sent you the demo machine details directly to your mail ID.
>> Please let me know if you need any more info.
>>
>
> Thanks, I got them, I will have a look at them soon.
>
> Cheers
>
> Norman
>
> --
> - Norman Rasmussen
> - Email: [EMAIL PROTECTED]
> - Home page: http://norman.rasmussen.co.za/
>



-- 
- Norman Rasmussen
- Email: [EMAIL PROTECTED]
- Home page: http://norman.rasmussen.co.za/

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"py-transports" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/py-transports?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to