XMPP Library written in Go. Fork of https://github.com/emgee/go-xmpp
Go to file
Matt Goodall cc012762e9 Replace Send/Recv funcs with In/Out channels.
Basically, make the channels public and just let the client handle a
stream/net error if it's interested.

This simplifies the API a little and also allows an application to
select {} from the XMPP channel and any other channels at the same time.
2012-07-18 11:22:59 +01:00
src/xmpp Replace Send/Recv funcs with In/Out channels. 2012-07-18 11:22:59 +01:00
.gitignore Basic ignores. 2012-06-27 12:04:48 +01:00
client.go Replace Send/Recv funcs with In/Out channels. 2012-07-18 11:22:59 +01:00
component.go Replace Send/Recv funcs with In/Out channels. 2012-07-18 11:22:59 +01:00
tail.go Replace Send/Recv funcs with In/Out channels. 2012-07-18 11:22:59 +01:00