Improves comments

disco_info_form
Mickael Remond 5 years ago
parent eb2b506e3b
commit 0865f4e35c
No known key found for this signature in database
GPG Key ID: E6F6045D79965AA3

@ -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…
Cancel
Save