Comments clean-up

This commit is contained in:
Mickael Remond
2019-11-04 12:58:10 +01:00
parent 0227596f90
commit 1d7db9ceee
3 changed files with 12 additions and 11 deletions
+1
View File
@@ -12,6 +12,7 @@ import (
var ErrTransportProtocolNotSupported = errors.New("Transport protocol not supported")
var ErrTLSNotSupported = errors.New("Transport does not support StartTLS")
// TODO: rename to transport config?
type TransportConfiguration struct {
// Address is the XMPP Host and port to connect to. Host is of
// the form 'serverhost:port' i.e "localhost:8888"