Skip to content

Commit

Permalink
Update main.go
Browse files Browse the repository at this point in the history
  • Loading branch information
tmolitor-stud-tu authored Jun 24, 2024
1 parent c7f9b78 commit c9d64cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ func main() {
Insecure: false,
}
router := xmpp.NewRouter()
client, err := xmpp.NewClient(config, router, errorHandler)
client, err := xmpp.NewClient(&config, router, errorHandler)

if err != nil {
log.Fatalf("%+v", err)
Expand Down

0 comments on commit c9d64cc

Please sign in to comment.