updated plan checklist

This commit is contained in:
chidea 2015-03-13 03:28:13 +09:00
parent f62645487b
commit 4557b23a3d

View File

@ -4,11 +4,11 @@
This is Telegram API for python.
Main aim is to implement MTProto protocol Telegram API on pure Python (not wrapped CLI)
### Future plan
- [ ] We'll try to make it work on Python 2 as well as 3.
### Plan
- [ ] Make it work on Python 2 as well as 3.
- [ ] Follow up the same functionality of CLI API.
- [ ] Serialize/Deserialize
- [ ] Send and receive PQ authorization with server [[doc]] (https://core.telegram.org/mtproto/samples-auth_key)
- [x] Serialize/Deserialize
- [x] Send and receive PQ authorization with server [[doc]] (https://core.telegram.org/mtproto/samples-auth_key)
- [ ] Send and receive service messages with server like logging in to server [[doc]] (https://core.telegram.org/mtproto/service_messages)
### Useful start points to join