1
0
Fork 0
XMPP Library written in Go. Fork of https://github.com/emgee/go-xmpp
Go to file
Matt Goodall 1cd15d7297 Quick README. 2012-07-20 15:13:42 +01:00
src/xmpp Unindent overview docs. 2012-07-20 15:05:04 +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.