forked from chteufleur/go-xmpp
Log stanzas sent to the XMPP component.
This commit is contained in:
parent
3be7cf7b0b
commit
6a42d26a31
|
|
@ -30,6 +30,8 @@ func main() {
|
||||||
log.Fatal(err)
|
log.Fatal(err)
|
||||||
}
|
}
|
||||||
|
|
||||||
log.Println(x)
|
for {
|
||||||
select {}
|
v := x.Recv()
|
||||||
|
log.Printf("recv: %v", v)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue