1
0
Fork 0

Oops, fix tail.go for new Stream config.

This commit is contained in:
Matt Goodall 2012-07-12 01:16:21 +01:00
parent e95528641b
commit 7cc19606e1
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ func main() {
}
// Create stream.
stream, err := xmpp.NewStream(addr)
stream, err := xmpp.NewStream(addr, nil)
if err != nil {
log.Fatal(err)
}