mirror of
https://github.com/FluuxIO/go-xmpp.git
synced 2025-11-05 01:33:44 -08:00
Rename options -> config
This commit is contained in:
@@ -2,7 +2,7 @@ package xmpp // import "fluux.io/xmpp"
|
||||
|
||||
import "os"
|
||||
|
||||
type Options struct {
|
||||
type Config struct {
|
||||
Address string
|
||||
Jid string
|
||||
parsedJid *Jid // For easier manipulation
|
||||
Reference in New Issue
Block a user