XMPP Library written in Go. Fork of https://github.com/emgee/go-xmpp
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Matt Goodall efce8dbb97 Merge pull request #9 from emgee/fix-names 7 years ago
src/xmpp Fix un-golang names (mostly case). 7 years ago
.gitignore Basic ignores. 11 years ago
LICENSE Add license (MIT). 8 years ago
README Quick README. 11 years ago
client.go Fix un-golang names (mostly case). 7 years ago
component.go Replace Send/Recv funcs with In/Out channels. 11 years ago
tail.go go fix. Clearly, I need to run this more often ;) 11 years ago
throughput.go Report and exit on unexpected error. 11 years ago

README

Go package for implementing XMPP clients and components.

See src/xmpp/doc.go for overview.