ユーザー名に@が含まれているサーバーに接続しようとしていますが、毎回そのエラーが発生します。何かアイデアはありますか?
With jcSender
.User = username
.Password = password
.NetworkHost = "chat.na1.lol.riotgames.com"
.Port = 5223
.SSL = True
.PlaintextAuth = True
.Resource = "xiff"
.AutoReconnect = True
.AutoRoster = True
.AutoPresence = True
End With