Add . between go-sendxmpp and short id.

sasl2
Martin Dosch 2 months ago
parent b3271a3530
commit ead44ef99d
No known key found for this signature in database
GPG Key ID: 52A57CFCE13D657D

@ -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)

Loading…
Cancel
Save