mirror of
https://github.com/FluuxIO/go-xmpp.git
synced 2025-11-09 19:43:43 -08:00
Improves comments
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user