43444546474849505152
oXBMCClient.sendNotification("My Title", "Escape released"); Thread.sleep(7000); oXBMCClient.sendLog((byte)0, "My Client disconnects...."); oXBMCClient.sendNotification("My Title", "Client will disconnect"); oXBMCClient.stopClient(); } }