Refactor ClientManager into a more generic StreamManager

This commit is contained in:
Mickael Remond
2019-06-08 18:09:22 +02:00
committed by Mickaël Rémond
parent 54dfa60f12
commit 021f6d3740
5 changed files with 49 additions and 27 deletions

View File

@@ -107,7 +107,7 @@ func connectXmpp(jid string, password string, address string) (client *xmpp.Clie
return
}
if _, err = client.Connect(); err != nil {
if err = client.Connect(); err != nil {
return
}
return