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.Println(x)
|
||||
select {}
|
||||
for {
|
||||
v := x.Recv()
|
||||
log.Printf("recv: %v", v)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue