xmppo / go-xmpp

Go XMPP Library (From Yasuhiro Matsumoto and based on the code from Russ Cox)
https://golang.org/
BSD 3-Clause "New" or "Revised" License
530 stars 167 forks source link

Proxy handling / additional send method #95

Closed harald-mueller closed 4 years ago

harald-mueller commented 6 years ago

Note variable no_proxy for hosts that should not connect via the proxy. Add method to send an iq frame that not contains a query element.

mattn commented 6 years ago

merged. thank you

https://github.com/mattn/go-xmpp/commits/master

mattn commented 4 years ago

Thank you.