mirror of
https://github.com/FluuxIO/go-xmpp.git
synced 2024-11-21 10:02:00 -08:00
Rename options -> config
This commit is contained in:
parent
fa5590e921
commit
f70e2ca9a7
@ -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
|
Loading…
Reference in New Issue
Block a user