Rename options -> config
This commit is contained in:
parent
fa5590e921
commit
f70e2ca9a7
|
@ -2,7 +2,7 @@ package xmpp // import "fluux.io/xmpp"
|
||||||
|
|
||||||
import "os"
|
import "os"
|
||||||
|
|
||||||
type Options struct {
|
type Config struct {
|
||||||
Address string
|
Address string
|
||||||
Jid string
|
Jid string
|
||||||
parsedJid *Jid // For easier manipulation
|
parsedJid *Jid // For easier manipulation
|
Loading…
Reference in a new issue