--- a/examples/interact.go Wed Dec 28 13:14:46 2011 -0700
+++ b/examples/interact.go Wed Dec 28 13:24:08 2011 -0700
@@ -30,7 +30,7 @@
}
defer c.Close()
- go func(ch <-chan interface{}) {
+ go func(ch <-chan xmpp.Stanza) {
for obj := range ch {
fmt.Printf("s: %v\n", obj)
}