From ead44ef99d7f92306f32a39bc6e92a7d74bdf435 Mon Sep 17 00:00:00 2001 From: Martin Dosch Date: Fri, 5 Apr 2024 09:12:25 +0200 Subject: [PATCH] Add . between go-sendxmpp and short id. --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 006897c..fc7799f 100644 --- a/main.go +++ b/main.go @@ -288,7 +288,7 @@ func main() { Host: server, User: user, DialTimeout: timeout, - Resource: "go-sendxmpp" + getShortID(), + Resource: "go-sendxmpp." + getShortID(), Password: password, // NoTLS doesn't mean that no TLS is used at all but that instead // of using an encrypted connection to the server (direct TLS)