From a86b6abcb3ad011ed2fbe9eb9931f80e7ee42fe0 Mon Sep 17 00:00:00 2001 From: harald-mueller Date: Tue, 28 Jan 2020 16:58:07 +0100 Subject: [PATCH] Proxy handling / additional send method (#95) * respect enviroment var no_proxy * add method to send IQ messages without element * check also for uppercase NO_PROXY env * Uppercase NO_PROXY takes precedence over no_proxy as in HTTP_PROXY * add comments * revert copyright to the original one --- xmpp.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmpp.go b/xmpp.go index 2cdc3b1..dd7d81c 100644 --- a/xmpp.go +++ b/xmpp.go @@ -1,4 +1,4 @@ -// Copyright 2011 The Go Authors. All rights reserved. +// Copyright 2011 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file.