Rename options -> config

This commit is contained in:
Mickael Remond
2018-09-26 16:27:37 +02:00
parent fa5590e921
commit f70e2ca9a7

View File

@@ -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