Initial commit #1

Merged
senaduka merged 16 commits from initial-commit into main 2021-09-20 12:53:21 +02:00
Showing only changes of commit 83bb549c41 - Show all commits

View File

@@ -8,13 +8,14 @@ import (
"log"
"os"
"strconv"
"time"
appConfig "github.com/xmpploadtesting/config"
"gosrc.io/xmpp"
"gosrc.io/xmpp/stanza"
)
const rolingStockPresenceMessage = `ROLLING STOCK PRESENCE MESSAGE\n
const rolingStockPresenceMessage = `ROLLING STOCK PRESENCE MESSAGE
{
"serial": "79101X02Y0029450001CJ2000",
"model": "VEN032FSNWM00",
@@ -129,6 +130,8 @@ func Init() {
}()
}
// Delay For one seccond to allow all clients to connect
time.Sleep(time.Duration(1000000000))
}