1
0
Fork 0
XMPP Library written in Go. Fork of https://github.com/emgee/go-xmpp
Go to file
Matt Goodall 35be3433e5 Relax error checking for home server lookup to handle localhost, etc. 2013-04-19 12:45:27 +01:00
src/xmpp Relax error checking for home server lookup to handle localhost, etc. 2013-04-19 12:45:27 +01:00
.gitignore Basic ignores. 2012-06-27 12:04:48 +01:00
README Quick README. 2012-07-20 15:13:42 +01:00
client.go go fix. Clearly, I need to run this more often ;) 2012-07-18 11:40:36 +01:00
component.go Replace Send/Recv funcs with In/Out channels. 2012-07-18 11:22:59 +01:00
tail.go go fix. Clearly, I need to run this more often ;) 2012-07-18 11:40:36 +01:00

README

Go package for implementing XMPP clients and components.

See src/xmpp/doc.go for overview.