1
0
Fork 0
XMPP Library written in Go. Fork of https://github.com/emgee/go-xmpp
Go to file
Matt Goodall b439198518 Convert FilterFn into the Matcher/MatcherFunc interface/adapter pair.
"Matcher" is a better name for how it's used. It also allows other types
to implement the interface.
2012-07-16 12:02:05 +01:00
src/xmpp Convert FilterFn into the Matcher/MatcherFunc interface/adapter pair. 2012-07-16 12:02:05 +01:00
.gitignore Basic ignores. 2012-06-27 12:04:48 +01:00
client.go Convert FilterFn into the Matcher/MatcherFunc interface/adapter pair. 2012-07-16 12:02:05 +01:00
component.go Make example code easier to read with a bit of log-and-die trickery. 2012-07-12 00:38:51 +01:00
tail.go Add debug option to see XML stanzas. 2012-07-13 11:15:47 +01:00