your #1 source of programming antipatterns
Go to file
Eugene Agafonov 9df9a5b5f9 Remove extra allocation of XML Decoder
XML Decoder is allocated in startStream so
it overwrites the one allocated in init()
2015-12-23 23:10:12 +00:00
_example if username or password are specified, don't assume anonymous in example.go 2015-04-12 22:18:06 -07:00
LICENSE add LICENSE file. 2011-02-28 11:46:55 +09:00
README.md Create README.md 2013-09-13 12:30:32 +09:00
xmpp_muc.go Add ability to join password protected chat rooms 2014-12-03 20:23:22 +01:00
xmpp_ping.go Add OAuth2 support 2015-09-17 10:43:05 -07:00
xmpp_subscription.go Add OAuth2 support 2015-09-17 10:43:05 -07:00
xmpp.go Remove extra allocation of XML Decoder 2015-12-23 23:10:12 +00:00

go-xmpp

go xmpp library (original was written by russ cox )