diff --git a/options.go b/config.go similarity index 95% rename from options.go rename to config.go index 2ae548a..21dc262 100644 --- a/options.go +++ b/config.go @@ -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