mirror of
				https://github.com/FluuxIO/go-xmpp.git
				synced 2025-11-03 08:43:44 -08:00 
			
		
		
		
	Add Documentation
This commit is contained in:
		@@ -9,6 +9,8 @@ import (
 | 
				
			|||||||
	"strings"
 | 
						"strings"
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					// Client is the main structure use to connect as a client on an XMPP
 | 
				
			||||||
 | 
					// server.
 | 
				
			||||||
type Client struct {
 | 
					type Client struct {
 | 
				
			||||||
	// Store user defined options
 | 
						// Store user defined options
 | 
				
			||||||
	options Options
 | 
						options Options
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user