your #1 source of programming antipatterns
Go to file
harald-mueller a86b6abcb3 Proxy handling / additional send method (#95)
* respect enviroment var no_proxy

* add method to send IQ messages without <query> 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
2020-01-29 00:58:07 +09:00
_example remove GNUmakefile .gitignore 2019-01-11 23:22:15 +08:00
.travis.yml add .travis.yml 2016-11-21 10:25:22 +09:00
LICENSE add LICENSE file. 2011-02-28 11:46:55 +09:00
README.md Update README.md 2017-09-13 22:09:24 +02:00
xmpp_information_query.go add method to send IQ messages without <query> element 2018-01-31 17:36:24 +09:00
xmpp_muc.go go fmt 2018-05-05 20:33:05 +09:00
xmpp_ping.go Auto reply on server ping-request 2016-09-08 20:56:40 +05:00
xmpp_subscription.go Add OAuth2 support 2015-09-17 10:43:05 -07:00
xmpp_test.go Fix neglected io.EOF handling 2017-11-03 13:12:33 +01:00
xmpp.go Proxy handling / additional send method (#95) 2020-01-29 00:58:07 +09:00

go-xmpp

go xmpp library (original was written by russ cox )

Documentation