mirror of
https://github.com/FluuxIO/go-xmpp.git
synced 2025-11-08 03:03:43 -08:00
Minor: comment reformat.
This commit is contained in:
@@ -54,8 +54,7 @@ func NewClient(options Options) (c *Client, err error) {
|
||||
return
|
||||
}
|
||||
|
||||
// TODO Pass JID to be able to add default address based on JID, if
|
||||
// addr is empty
|
||||
// TODO Pass JID to be able to add default address based on JID, if addr is empty
|
||||
func checkAddress(addr string) (string, error) {
|
||||
var err error
|
||||
hostport := strings.Split(addr, ":")
|
||||
|
||||
Reference in New Issue
Block a user