def send_hello(self, challenge_response=None):
     GLibXpraClient.send_hello(self, challenge_response)
     self._protocol._queue_write("PS00000000000006l201234567890123456789")
     gobject.timeout_add(1000, self.try_sending_again)
 def send_hello(self, challenge_response=None):
     GLibXpraClient.send_hello(self, challenge_response)
     self._queue_write("PS00000000000006l201234567890123456789")
     gobject.timeout_add(1000, self.try_sending_again)