2006/1/24, Dhoren Hernsor <<a href="mailto:dhernsor@yahoo.com">dhernsor@yahoo.com</a>>:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I have the php codes running already. However, someone<br>asked me what if their connection have a proxy. Which<br>part of the connection code should I edit?<br></blockquote></div><br>You need HTTP-CONNECT method supporting proxy.
<br>1. you connect to proxy:proxyport<br>2. send: CONNECT jabberserver:port<br>3. proceed like you had a direct connection to jabberserver:port<br><br>If the proxy requires authentication, you need to insert standard HTTP-AUTH beetween 1 and 2... Please refer the HTTP RFC for that.
<br clear="all"><br>-- <br>smk