Added delay for client status ok message

This commit is contained in:
2021-09-17 17:35:08 +02:00
parent 9964093b03
commit 73f8698ad7
4 changed files with 9 additions and 4 deletions

View File

@@ -25,7 +25,6 @@ func main() {
// Send online presence stanza in go rutines
go func(xmppClient xmppService.XMPPClient) {
log.Printf("Online presence stanza FOR %v", xmppClient.Config.Jid)
err := xmppService.SendOnlinePresenceStanza(xmppClient.Client, xmppClient.Config.Jid)
if err != nil {