XMPP Library written in Go. Fork of https://github.com/emgee/go-xmpp
Go to file
Matt Goodall 2ab32b0959 Experimental XMPP filter-based API, including <iq/> send/recv helper.
The filter mechanism allows you to route any matching stanza to a custom
channel. The SendRecv(iq) method uses a once-only filter to watch for
a reply.
2012-07-09 02:08:01 +01:00
src/xmpp Experimental XMPP filter-based API, including <iq/> send/recv helper. 2012-07-09 02:08:01 +01:00
.gitignore Basic ignores. 2012-06-27 12:04:48 +01:00
client.go Experimental XMPP filter-based API, including <iq/> send/recv helper. 2012-07-09 02:08:01 +01:00
component.go Separate stream creation from XMPP use (client, component, etc). 2012-07-08 23:33:37 +01:00