mirror of
https://github.com/FluuxIO/go-xmpp.git
synced 2025-01-30 00:49:02 -08:00
Add Documentation
This commit is contained in:
parent
dc30c70c17
commit
adcd2bd467
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user