On Mon, 12 Mar 2007, Youness Alaoui wrote:

> vivia, maybe you can help for the proxy stuff.. I know nothing about it, 
> I could rewrite it to use http, but don't know about how to integrate it 
> to use proxy... can u help on this ?

Two options:

1) Rewrite everything using http : proxy will work out of the box (You 
   need to call some http::config just once in the code and that's done in 
   authInit) (I recommend this one!)

2) Keep using the slow SOAP and add somewhere a proc that will do the 
   configure stuff. SOAP has also some configuration thing that tells it 
   to use a proxy. I remember it is done in one or two procs that use 
   SOAP. I recommend to move that code into a proc somewhere ... before 
   connecting? after loading contact list but right before retrieving OIMs 
   and spaces? -- A quick search in protocol.tcl : proc getOIMMail, line 
   2944, some config stuff. Has this never worked? Someone with proxy
   please try to move this elsewhere, so if it works, great. But SOAP is 
   slow!

Off to resume catch-up with my work

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Amsn-devel mailing list
Amsn-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amsn-devel

Reply via email to