your #1 source of programming antipatterns
Go to file
Philip Silva c84fc9afab Recv: handle clientIQ
When sending a successful Client-To-Server Ping, one gets a Pong that looks like this:

<iq from='capulet.lit' to='juliet@capulet.lit/balcony' id='c2s1' type='result'/>

(http://xmpp.org/extensions/xep-0199.html#c2s)
2016-01-14 14:32:03 +01: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 Ping: return errors 2016-01-13 18:29:23 +01:00
xmpp_subscription.go Add OAuth2 support 2015-09-17 10:43:05 -07:00
xmpp.go Recv: handle clientIQ 2016-01-14 14:32:03 +01:00

go-xmpp

go xmpp library (original was written by russ cox )