Here is a patch I came up with so yahoo-transport works with XCP from
Jabber Inc.
Config.py
compjid = ""
Yahoo.py, line 1277
if config.compjid:
connection =
xmpp.client.Component(config.compjid,config.port,debug=debug,domains=[co
nfig.compjid,config.confjid],sasl=sasl,bind=config.useComponentBinding,r
oute=config.useRouteWrap)
else:
connection =
xmpp.client.Component(config.jid,config.port,debug=debug,domains=[config
.jid,config.confjid],sasl=sasl,bind=config.useComponentBinding,route=con
fig.useRouteWrap)
I think I posted this awhile ago - is there a more official method of
getting patches implemented into the production code?
Regards,
Brian
_______________________________________________
py-transports mailing list
[email protected]
http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports