HTTP Proxy?

Hi,All! I need to implement the connection from a Client who has a HTTP Proxy Server to access Intenet. Any ideas???

Hi,

if your HTTP proxy allows you to use the CONNECT method to port 5223 and your XMPP server offers old-SSL (not TLS) this is possible with a hack. If your XMPP server offers old-SSL on port 443 then HTTP CONNECT should be possible as every https://… connection uses it.

SMACK-187 is an open issue for HTTP Binding support within Smack so every HTTP proxy can be used.

LG