your #1 source of programming antipatterns
Go to file
Martin Hebnes Pedersen 127e75bc8b Fix neglected io.EOF handling
This was probably catched in most cases after commit 9dd92e1, but was
at best misleading as it suggested that the end of input stream signal
from xml.Decoder was intentionally ignored.

Ref mattn/go-xmpp#28
2017-11-03 13:12:33 +01:00
_example if username or password are specified, don't assume anonymous in example.go 2015-04-12 22:18:06 -07: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 expose information queries for custom extensions 2016-06-22 12:48:40 -04:00
xmpp_muc.go Reformat fix for MUC NoHistory 2017-09-11 09:13:11 +02: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 Fix neglected io.EOF handling 2017-11-03 13:12:33 +01:00

go-xmpp

go xmpp library (original was written by russ cox )

Documentation