mirror of
https://github.com/FluuxIO/go-xmpp.git
synced 2024-11-24 03:22:01 -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"
|
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 New Issue
Block a user