The pyaim-t SOCKS5 support has been currently tested with a commercial proxy server from FaceTime. One thing I found with their proxy server was that they were treating a quad ip address similar to FQDN host name, that appears to inconsistent with the SOCKS5 spec. =20
Depending on your proxy server you may have to modify ClientProtocol.socks_method_CONNECT method in tlib/socks5.py. There is a section which is currently commented out which has the logic to distinguish between a ip addr and hostname, and the connect packet that is sent to the proxy is slightly different for each case. Feel free to contact me if you need any help. daniel =20 -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Daniel Henninger Sent: Wednesday, March 02, 2005 7:35 PM To: [email protected] Subject: [py-transports] PyAIM-t and PyICQ-t now (in SVN) support Socks5 Proxy Folk, Thanks to Daniel Chandran, PyAIM-t and PyICQ-t now have Socks5 proxy support. If you are interested in testing, check out the latest source from SVN: svn checkout svn://svn.blathersource.org/pyicq-t/trunk pyicq-t or pyaim-t. =3D) Enjoy! Daniel --=20 "The most addictive drug in the world is music." - The Lost Boyz _______________________________________________ py-transports mailing list [email protected] http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports IMPORTANT: The information contained in this email and/or its = attachments is confidential. If you are not the intended recipient, = please notify the sender immediately by reply and immediately delete = this message and all its attachments. Any review, use, reproduction, = disclosure or dissemination of this message or any attachment by an = unintended recipient is strictly prohibited. Neither this message nor = any attachment is intended as or should be construed as an offer, = solicitation or recommendation to buy or sell any security or other = financial instrument. Neither the sender, his or her employer nor any = of their respective affiliates makes any warranties as to the = completeness or accuracy of any of the information contained herein or = that this message or any of its attachments is free of viruses.
