aboutsummaryrefslogtreecommitdiff
path: root/xmpp/component.go
diff options
context:
space:
mode:
authorBohdan Horbeshko <bodqhrohro@gmail.com>2022-02-08 23:25:58 +0300
committerBohdan Horbeshko <bodqhrohro@gmail.com>2022-02-08 23:25:58 +0300
commitec49d5d4124fec31d605d9242a3c21f183250902 (patch)
tree7a9a80f55101b40ee0f6f6923855f75d46bc9f28 /xmpp/component.go
parentfe7346a530c8ac985f2a4a9edeeecc134f320a2f (diff)
gofmt
Diffstat (limited to 'xmpp/component.go')
-rw-r--r--xmpp/component.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmpp/component.go b/xmpp/component.go
index e22b221..961761b 100644
--- a/xmpp/component.go
+++ b/xmpp/component.go
@@ -37,9 +37,9 @@ func NewComponent(conf config.XMPPConfig, tc config.TelegramConfig) (*xmpp.Strea
Address: conf.Host + ":" + conf.Port,
Domain: conf.Jid,
},
- Domain: conf.Jid,
- Secret: conf.Password,
- Name: "telegabber",
+ Domain: conf.Jid,
+ Secret: conf.Password,
+ Name: "telegabber",
}
router := xmpp.NewRouter()