diff options
Diffstat (limited to 'xmpp/component.go')
-rw-r--r-- | xmpp/component.go | 6 |
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() |