How to test Http proxy in spark client

hi,

I tried to set http proxy through spark client -> advanced option -> proxy tab after setting all the required attributes for proxy and when i watch the network traffic, request is connecting directly but not passing through proxy server. how to make it work via proxy?

Hi,

the proxy setting is as far as I can tell only used when downloading updates. The patch in http://www.igniterealtime.org/community/thread/21960 for Smack 3 / Spark 2.0 did help when using SSL (port 5223). I did not mange to get the HTTP CONNECT method working with port 5222.

Hopefully one of the contributors will take notice of the patch, review it now and commit it to SVN.

LG

PS: I did add it to Smack Patches Waiting for Trunk