From adcd2bd46749f41080c878b172e8827dbd5c23de Mon Sep 17 00:00:00 2001 From: Mickael Remond Date: Mon, 15 Feb 2016 11:05:44 +0100 Subject: [PATCH] Add Documentation --- xmpp/client.go | 2 ++ 1 file changed, 2 insertions(+) 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