XMPP Library written in Go. Fork of https://github.com/emgee/go-xmpp
Go to file
Matt Goodall 627364727e The client and component connections are really just streams too.
Only difference is how they're setup. After that, it's the common iq,
message, presence stuff ... to come soon.
2012-07-06 11:47:15 +01:00
src/xmpp The client and component connections are really just streams too. 2012-07-06 11:47:15 +01:00
.gitignore Basic ignores. 2012-06-27 12:04:48 +01:00
client.go The client and component connections are really just streams too. 2012-07-06 11:47:15 +01:00
component.go The client and component connections are really just streams too. 2012-07-06 11:47:15 +01:00