From e0dd55d395dece98c2abb186dfc4ce5a490fd4a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BD=D0=B4=D1=80=D0=B5=D0=B9=20=D0=92=D0=BB=D0=B0?= =?UTF-8?q?=D0=B4=D0=B8=D0=BC=D0=B8=D1=80=D0=BE=D0=B2=D0=B8=D1=87?= Date: Mon, 22 Feb 2016 23:18:09 +0300 Subject: [PATCH] upd todo in tox.py --- src/tox.py | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/src/tox.py b/src/tox.py index 3e9ed4d..a51b6db 100644 --- a/src/tox.py +++ b/src/tox.py @@ -1001,18 +1001,29 @@ class Tox(object): Tox.libtoxcore.tox_callback_friend_message(self._tox_pointer, self.tox_friend_message_cb, c_void_p(user_data)) # TODO File transmission: common between sending and receiving + # ----------------------------------------------------------------------------------------------------------------- + # File transmission: common between sending and receiving + # ----------------------------------------------------------------------------------------------------------------- # TODO File transmission: sending + # ----------------------------------------------------------------------------------------------------------------- + # File transmission: sending + # ----------------------------------------------------------------------------------------------------------------- # TODO File transmission: receiving - - # TODO Group chat management - - # TODO Group chat message sending and receiving + # ----------------------------------------------------------------------------------------------------------------- + # File transmission: receiving + # ----------------------------------------------------------------------------------------------------------------- # TODO Low-level custom packet sending and receiving + # ----------------------------------------------------------------------------------------------------------------- + # Low-level custom packet sending and receiving + # ----------------------------------------------------------------------------------------------------------------- # TODO Low-level network information + # ----------------------------------------------------------------------------------------------------------------- + # Low-level network information + # ----------------------------------------------------------------------------------------------------------------- def __del__(self): Tox.libtoxcore.tox_kill(self._tox_pointer)