Respond with status OK on every command message
This commit is contained in:
3
main.go
3
main.go
@@ -10,7 +10,10 @@ func main() {
|
||||
// LOAD APPLICATION CONFIGURATION
|
||||
appConfig.Load()
|
||||
|
||||
// Initialise XMPP service
|
||||
xmppService.Init()
|
||||
|
||||
// Send online presence stanza
|
||||
xmppServiceInstance := xmppService.Instance()
|
||||
xmppService.SendOnlinePresenceStanza(xmppServiceInstance.XMPPClients[0].Client, xmppServiceInstance.XMPPClients[0].Config.Jid)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user