Rename options -> config

disco_info_form
Mickael Remond 6 years ago
parent fa5590e921
commit f70e2ca9a7
No known key found for this signature in database
GPG Key ID: E6F6045D79965AA3

@ -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…
Cancel
Save