Improves comments
This commit is contained in:
parent
eb2b506e3b
commit
0865f4e35c
|
@ -26,6 +26,8 @@ func main() {
|
|||
log.Fatalf("%+v", err)
|
||||
}
|
||||
|
||||
// If you pass the client to a connection manager, it will handle the reconnect policy
|
||||
// for you automatically.
|
||||
cm := xmpp.NewClientManager(client, nil)
|
||||
err = cm.Start()
|
||||
// connection can be stopped with cm.Stop()
|
||||
|
|
Loading…
Reference in a new issue