Prev | Index | Next

Client implementation

...class PresenceClient:
    def _sendCommand(self, command):
        d = defer.Deferred()
        self.queued.append(d)
        self.sendLine(command)
        return d