diff --git a/xmpp/client.go b/xmpp/client.go index 916e9c4..3a29c39 100644 --- a/xmpp/client.go +++ b/xmpp/client.go @@ -9,6 +9,8 @@ import ( "strings" ) +// Client is the main structure use to connect as a client on an XMPP +// server. type Client struct { // Store user defined options options Options