Added delay for client status ok message
This commit is contained in:
1
main.go
1
main.go
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user