Hi,

On Oct 9, 2006, at 2:21 AM, Brian Safford wrote:

> Well, I dove into the Python code, and was able to come up with a
> modification to config.py and yahoo.py that appears to work against
> Jabber Inc's XCP.
>
> Thanks to the PyMSNt code for providing guidance.
>
> I added 'compjid' to config.py and then did this in yahoo.py:
>
>     if config.compjid:
>         connection =
> xmpp.client.Component 
> (config.compjid,config.port,debug=debug,domains= 
> [config.compjid,config.confjid],sasl=sasl,bind=config.useComponentBind 
> ing,route=config.useRouteWrap)
>     else:
>         connection =
> xmpp.client.Component(config.jid,config.port,debug=debug,domains= 
> [config.jid,config.confjid],sasl=sasl,bind=config.useComponentBinding, 
> route=config.useRouteWrap)
>
> Viola!
>
> compjid contains the openport.realm value (for those XCP users out
> there, you'll understand that :-) )
>
> Pedro, if you're listening, I think I did good :-)

You did exactly what I would have done, given time... Sorry for not  
getting there sooner.

Best regards,
--
HIId: Pedro Melo
SMTP: [EMAIL PROTECTED]
XMPP: [EMAIL PROTECTED]

Reply via email to