lhost / sendxmpp

perl-script to send xmpp (jabber), similar to what mail(1) does for mail.
63 stars 22 forks source link

Add --http option for connecting over HTTP #21

Closed chewi closed 8 years ago

chewi commented 8 years ago

This allows the use of HTTP proxies.

chewi commented 8 years ago

If you want to test this, be aware of this HTTP::ProxyAutoConfig issue. I'm working around it by setting RES_OPTIONS=attempts:0, which is ugly but effective.